Colour changes, removed borders... simplified
This commit is contained in:
parent
8e1f41f211
commit
dd75d5e9fd
11 changed files with 54 additions and 49 deletions
|
|
@ -2,17 +2,17 @@
|
|||
|
||||
ul {
|
||||
& > li > ul > li.active > .item {
|
||||
background-color: #e8f0fe !important;
|
||||
background-color: #E6E6E6 !important;
|
||||
}
|
||||
|
||||
li {
|
||||
|
||||
&.active > a {
|
||||
background-color: #e8eaed !important;
|
||||
background-color: #CECCD2 !important;
|
||||
}
|
||||
|
||||
a {
|
||||
border-radius: 0 50em 50em 0;
|
||||
border-radius: 0;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
//letter-spacing: .25px;
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
background-color: #dadce1 !important;
|
||||
background-color: #CECCD2 !important;
|
||||
transition: .2s ease all;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue