update: Widgets and menu styling
This commit is contained in:
parent
cefa1cf391
commit
94444594ab
20 changed files with 230 additions and 71 deletions
32
stylesheets/components/_menu.less
Normal file
32
stylesheets/components/_menu.less
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
#secondNavBar {
|
||||
|
||||
ul {
|
||||
& > li > ul > li.active > .item {
|
||||
background-color: #e8f0fe !important;
|
||||
}
|
||||
|
||||
li {
|
||||
|
||||
&.active > a {
|
||||
background-color: #e8eaed !important;
|
||||
}
|
||||
|
||||
a {
|
||||
border-radius: 0 50em 50em 0;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
//letter-spacing: .25px;
|
||||
color: rgba(0,0,0,0.54);
|
||||
|
||||
&:focus {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: #dadce1 !important;
|
||||
transition: .2s ease all;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue