You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
463 B
29 lines
463 B
#navigation {
|
|
background: white;
|
|
}
|
|
|
|
#navigation > .navbar-custom > .container {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
#navigation > .navbar-custom {
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.navbar-custom ul.nav li a {
|
|
font-size: 12px;
|
|
letter-spacing: 1px;
|
|
color: #444;
|
|
text-transform: uppercase;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.login-page, .register-page {
|
|
background: #cbcaca;
|
|
}
|
|
|
|
footer.footer.container {
|
|
background: white;
|
|
width: 100%;
|
|
padding: 30px 0;
|
|
}
|