1
0
Fork 0

Init less components

This commit is contained in:
Ronan 2020-01-17 14:54:39 +01:00
commit cefa1cf391
5 changed files with 43 additions and 69 deletions

View file

@ -0,0 +1,2 @@
@theme-color-header-background: #ffffff;
@theme-color-header-text: #5f6368;

View 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;
}
}