mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-19 12:02:41 +00:00
Creating the initial frameowkr for a new tool
This commit is contained in:
16
client/spellsort/navbar/navbar.less
Normal file
16
client/spellsort/navbar/navbar.less
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
.spellsort nav{
|
||||
.spellsortLogo{
|
||||
.animate(color);
|
||||
font-family : CodeBold;
|
||||
font-size : 12px;
|
||||
color : white;
|
||||
div{
|
||||
margin-top : 2px;
|
||||
margin-bottom : -2px;
|
||||
}
|
||||
&:hover{
|
||||
color : @teal;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user