Init less components
This commit is contained in:
parent
0373e51899
commit
cefa1cf391
5 changed files with 43 additions and 69 deletions
2
stylesheets/layout/_header.less
Normal file
2
stylesheets/layout/_header.less
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
@theme-color-header-background: #ffffff;
|
||||
@theme-color-header-text: #5f6368;
|
||||
28
stylesheets/layout/_menu.less
Normal file
28
stylesheets/layout/_menu.less
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
|
||||
|
||||
#root #secondNavBar .navbar {
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.08);;
|
||||
}
|
||||
|
||||
#root .borderedControl {
|
||||
box-shadow: none;
|
||||
background-color: transparent;
|
||||
transition: .2s ease all;
|
||||
|
||||
&:hover {
|
||||
background-color: rgba(158, 158, 158, 0.2);
|
||||
transition: .2s ease all;
|
||||
}
|
||||
}
|
||||
|
||||
#root #secondNavBar .navbar > li .item {
|
||||
padding: 10px 21px 10px 19px;
|
||||
border-radius: 0 50em 50em 0;
|
||||
background-color: transparent;
|
||||
transition: .2s ease all;
|
||||
|
||||
&:hover {
|
||||
background-color: #dadce0;
|
||||
transition: .2s ease all;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue