mirror of
https://github.com/penpot/penpot.git
synced 2025-04-16 00:41:25 -05:00
Fix library tabs styles
This commit is contained in:
parent
62c6d85ed0
commit
c1dee0dbf7
4 changed files with 8 additions and 9 deletions
frontend/resources
BIN
frontend/resources/public/images/login-bg-2018.jpg
Normal file
BIN
frontend/resources/public/images/login-bg-2018.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 149 KiB |
Binary file not shown.
Before ![]() (image error) Size: 149 KiB After ![]() (image error) Size: 83 KiB ![]() ![]() |
|
@ -645,7 +645,7 @@ input[type=radio]:checked + label:before{
|
|||
|
||||
&::after {
|
||||
content:"✓";
|
||||
color: #fff;
|
||||
color: #000000;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
|
|
@ -21,31 +21,30 @@
|
|||
|
||||
.library-tabs {
|
||||
align-items: center;
|
||||
background-color: $secondary-ui-bg;
|
||||
background-color: $color-white;
|
||||
border-bottom: 1px solid $medium-ui-border;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
margin: 0;
|
||||
padding-top: 12px;
|
||||
|
||||
li {
|
||||
background-color: darken($secondary-ui-bg, 10%);
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
background-color: $color-white;
|
||||
border-bottom: 2px solid transparent;
|
||||
color: $color-gray;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
font-size: $fs14;
|
||||
padding: .6rem;
|
||||
text-align: center;
|
||||
width: 118px;
|
||||
|
||||
&:hover {
|
||||
color: $color-white;
|
||||
color: $intense-ui-text;
|
||||
}
|
||||
|
||||
&.current {
|
||||
background-color: $primary-ui-bg;
|
||||
color: $main-ui-color;
|
||||
border-color: $main-ui-color;
|
||||
color: $intense-ui-text;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue