making nextcloud icon a working piece
This commit is contained in:
parent
849b950c02
commit
ede4467af8
3 changed files with 18 additions and 4 deletions
|
@ -101,6 +101,18 @@ tooltip label {
|
|||
color: $base05;
|
||||
}
|
||||
|
||||
.nc_button {
|
||||
font-size: 14;
|
||||
margin: 2px 20px 0px 0px;
|
||||
color: $base05;
|
||||
}
|
||||
|
||||
.nc_button:hover {
|
||||
font-size: 14;
|
||||
margin: 2px 20px 0px 0px;
|
||||
background-color: $base0D;
|
||||
}
|
||||
|
||||
.right_modules {
|
||||
// padding-bottom: 2px;
|
||||
// padding-right: 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue