Skip to content
Snippets Groups Projects
Commit 4faead3c authored by chris's avatar chris
Browse files

minor css fixes

parent 011b8ca9
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ $white: #fff;
}
.menuItem {
padding-bottom: 8px;
padding-bottom: 2px;
a {
color: $light-grey !important;
padding-left: 20px;
......@@ -135,7 +135,7 @@ $white: #fff;
font-family: 'Fira Sans';
font-size: 25px;
font-style: italic;
line-height: 38px;
line-height: 42px;
margin: 0 !important;
}
}
......
......@@ -70,10 +70,11 @@ $yellow: #ff0;
.usernameInput {
border-color: $black;
border-top: none !important;
border-left: none !important;
border-right: none !important;
border-top: none;
border-left: none;
border-right: none;
float: left;
outline: none;
width: 100% !important;
}
......@@ -86,6 +87,7 @@ $yellow: #ff0;
padding: 0 30px;
position: absolute;
right: 0;
margin-top: -1px;
text-decoration: none;
&:hover {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment