mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 06:18:33 +02:00
redesing dashboard main-bar
This commit is contained in:
parent
1ce46a0ef8
commit
7d7cd1d3d6
3 changed files with 64 additions and 29 deletions
|
@ -131,6 +131,22 @@
|
|||
}
|
||||
}
|
||||
|
||||
.btn-dashboard {
|
||||
@extend %btn;
|
||||
background-color: $color-white;
|
||||
border: 1px solid $color-black;
|
||||
color: $color-black;
|
||||
font-size: $fs12;
|
||||
font-weight: normal;
|
||||
padding: $x-small $small;
|
||||
|
||||
&:hover {
|
||||
background-color: $color-primary;
|
||||
border-color: $color-primary;
|
||||
color: $color-black;
|
||||
}
|
||||
}
|
||||
|
||||
input[type=button][disabled],
|
||||
.btn-disabled {
|
||||
opacity: .5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue