Skip to content

Instantly share code, notes, and snippets.

@chucksupport
Created September 21, 2017 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chucksupport/84341f2f2d1ae1a4983c755dbeb951a8 to your computer and use it in GitHub Desktop.
Save chucksupport/84341f2f2d1ae1a4983c755dbeb951a8 to your computer and use it in GitHub Desktop.
<style>
.branding-below {
bottom: 56px;
top: 0;
}
.branding-text {
left: 7px;
position: relative;
top: 3px;
}
.col-contain {
overflow: hidden;
}
.col-one {
float: left;
width: 50%;
}
.logo {
vertical-align: middle;
}
.radio-spacer {
height: 20px;
}
.width-100 {
width: 100%;
}
.textinput {
margin-bottom: 15px !important;
}
ul {
margin-left: -40px;
}
#button-bar {
margin-top: 10px;
}
.left {
float: left;
}
.right {
float: right;
}
#response {
margin-top: 5px;
min-height: 28px;
text-align: center;
width: 100%;
}
table {
width: 100%;
}
#success,
#successReset,
.success {
background-color: #B6D7A8;
padding: 5px;
border-radius: 5px;
text-align: center;
}
#error,
.error {
background-color: #ead5d5;
/*#EA9999;*/
padding: 5px;
border-radius: 5px;
text-align: center;
color: #dd4b39;
}
.color {
width: 98%;
}
.colorcell {
width: 25%;
}
.textcell {
text-align: left;
}
.table {
height: 280px;
overflow-y: auto;
}
.rules {
width: 100%;
background-color: #E2E2E2;
text-align: center;
border-radius: 5px;
}
.deleteIcon {
color: #FF0000;
}
.green {
background-color: #B6E7BF;
width: 100%;
padding-right: 8px;
padding-left: 8px;
margin-left: -8px;
}
.yellow {
background-color: #F2F27F;
width: 100%;
padding-right: 8px;
padding-left: 8px;
margin-left: -8px;
}
.red {
background-color: #ff8080;
width: 100%;
padding-right: 8px;
padding-left: 8px;
margin-left: -8px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment