55 lines
No EOL
781 B
CSS
55 lines
No EOL
781 B
CSS
/*Custom CSS*/
|
|
|
|
td button, td .button {
|
|
margin: 0px;
|
|
}
|
|
|
|
.errorm {
|
|
color: red;
|
|
font-weight: 600;
|
|
}
|
|
|
|
/* Navigation */
|
|
|
|
nav {
|
|
margin: 15px 0px 35px;
|
|
padding: 0 0 0 15px;
|
|
border-bottom: 1px solid #E1E1E1;
|
|
}
|
|
|
|
nav ul, nav h4 {
|
|
margin-bottom: 10px;
|
|
display: inline-block;
|
|
color: #e9165c;
|
|
}
|
|
|
|
nav ul {
|
|
margin-top: 8px;
|
|
float: right;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
nav li {
|
|
display: inline-block;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
nav li a {
|
|
color: #222;
|
|
text-decoration: none;
|
|
-webkit-transition: color .3s, background .3s, border .3s;
|
|
transition: color .3s, background .3s, border .3s;
|
|
}
|
|
|
|
nav li img {
|
|
height: 35px;
|
|
border-radius: 50px;
|
|
}
|
|
|
|
.user {
|
|
padding: 0 0 0 15px;
|
|
font-weight: 600;
|
|
text-transform: capitalize;
|
|
border-left: 1px solid #E1E1E1;
|
|
color: #222;
|
|
} |