47 lines
743 B
SCSS
47 lines
743 B
SCSS
#container {
|
|
margin-top: 40px;
|
|
}
|
|
|
|
#header nav {
|
|
padding: 0;
|
|
|
|
ul {
|
|
margin-top: 15px;
|
|
text-align: right;
|
|
|
|
li {
|
|
a {
|
|
color: #241342;
|
|
font-size: 20px;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
line-height: 19px;
|
|
|
|
&.menu-signup-btn {
|
|
font-family: 'Source Sans Pro';
|
|
font-weight: 600;
|
|
line-height: 18px;
|
|
background: #6063EA;
|
|
}
|
|
|
|
&.btn-sm {
|
|
border-radius: 15px;
|
|
padding: 5px 25px;
|
|
}
|
|
|
|
&[href*="blog.float.sg"] {
|
|
color: #E65190;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
&.current-menu-item a {
|
|
color: #E65190;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|