mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 18:08:21 +02:00
💄 Fix errors in theme
This commit is contained in:
parent
60e228ec14
commit
957688b47d
15 changed files with 41 additions and 34 deletions
|
@ -6,7 +6,7 @@
|
|||
// Copyright (c) 2015-2016 Juan de la Cruz <delacruzgarciajuan@gmail.com>
|
||||
|
||||
.activity-bar {
|
||||
background-color: $color-white;
|
||||
background-color: $primary-ui-bg;
|
||||
bottom: 0;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
.color-palette {
|
||||
@include animation(0,.5s,fadeInUp);
|
||||
align-items: center;
|
||||
background-color: $color-white;
|
||||
border-top: 1px solid $color-gray-lighter;
|
||||
background-color: $primary-ui-bg;
|
||||
border-top: 1px solid $soft-ui-border;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
left: 0;
|
||||
|
|
|
@ -174,7 +174,7 @@
|
|||
}
|
||||
|
||||
.colorpicker-tooltip {
|
||||
background: $color-white;
|
||||
background: $primary-ui-bg;
|
||||
border-radius: $br-small;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
.input-select {
|
||||
background-color: transparent;
|
||||
border-color: $color-gray;
|
||||
border-color: $soft-ui-border;
|
||||
font-size: $fs14;
|
||||
margin-bottom: 0;
|
||||
margin-left: $medium;
|
||||
|
@ -47,7 +47,7 @@
|
|||
margin-left: $small;
|
||||
|
||||
.input-text {
|
||||
background: rgba(255,255,255,.4);
|
||||
background: $input-bg;
|
||||
border: 0;
|
||||
color: $intense-ui-text;
|
||||
padding: 4px 8px;
|
||||
|
@ -57,7 +57,7 @@
|
|||
|
||||
.clear-search {
|
||||
align-items: center;
|
||||
background: rgba(255,255,255,.4);
|
||||
background: $input-bg;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
height: 28px;
|
||||
|
|
|
@ -25,13 +25,13 @@
|
|||
width: 100%;
|
||||
.edit {
|
||||
padding: 5px 10px;
|
||||
background: $color-white;
|
||||
background: $primary-ui-bg;
|
||||
border: none;
|
||||
height: 100%;
|
||||
}
|
||||
.close {
|
||||
padding: 5px 10px;
|
||||
background: $color-white;
|
||||
background: $primary-ui-bg;
|
||||
cursor: pointer;
|
||||
svg {
|
||||
transform: rotate(45deg);
|
||||
|
@ -169,8 +169,8 @@
|
|||
|
||||
// PROJECTS, ELEMENTS & ICONS GRID
|
||||
&.project-th {
|
||||
background-color: $color-white;
|
||||
border-bottom: 2px solid lighten($color-gray-light, 12%);
|
||||
background-color: $primary-ui-bg;
|
||||
border-bottom: 2px solid lighten($soft-ui-border, 12%);
|
||||
|
||||
&:hover {
|
||||
border-color: $main-ui-color;
|
||||
|
@ -252,7 +252,7 @@
|
|||
|
||||
// IMAGES SECTION
|
||||
&.images-th {
|
||||
background-color: $color-white;
|
||||
background-color: $primary-ui-bg;
|
||||
border-bottom: 2px solid lighten($color-gray-light, 12%);
|
||||
|
||||
&:hover {
|
||||
|
@ -332,7 +332,7 @@
|
|||
.multiselect-bar {
|
||||
@include animation(0,.5s,fadeInUp);
|
||||
align-items: center;
|
||||
background-color: $color-white;
|
||||
background-color: $primary-ui-bg;
|
||||
display: flex;
|
||||
left: 0;
|
||||
justify-content: center;
|
||||
|
@ -387,7 +387,7 @@
|
|||
position: relative;
|
||||
|
||||
.move-list {
|
||||
background-color: $color-white;
|
||||
background-color: $dark-ui-bg;
|
||||
border-radius: $br-small;
|
||||
bottom: 30px;
|
||||
display: flex;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright (c) 2015-2016 Juan de la Cruz <delacruzgarciajuan@gmail.com>
|
||||
|
||||
.library-bar {
|
||||
background-color: $color-white;
|
||||
background-color: $primary-ui-bg;
|
||||
bottom: 0;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
|
@ -21,14 +21,14 @@
|
|||
|
||||
.library-tabs {
|
||||
align-items: center;
|
||||
background-color: $color-gray-lighter;
|
||||
background-color: $secondary-ui-bg;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
margin: 0;
|
||||
padding-top: 12px;
|
||||
|
||||
li {
|
||||
background-color: darken($color-gray-lighter, 10%);
|
||||
background-color: darken($secondary-ui-bg, 10%);
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
color: $color-gray;
|
||||
|
@ -44,7 +44,7 @@
|
|||
}
|
||||
|
||||
&.current {
|
||||
background-color: $color-white;
|
||||
background-color: $primary-ui-bg;
|
||||
color: $main-ui-color;
|
||||
}
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
|||
padding-bottom: 20px;
|
||||
|
||||
li {
|
||||
border-bottom: 1px solid $color-gray-lighter;
|
||||
border-bottom: 1px solid $secondary-ui-bg;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -83,7 +83,7 @@
|
|||
}
|
||||
|
||||
.close {
|
||||
background: $color-white;
|
||||
background: $primary-ui-bg;
|
||||
cursor: pointer;
|
||||
padding: 5px 10px;
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
.lightbox-body {
|
||||
align-items: center;
|
||||
background-color: $color-white;
|
||||
background-color: $secondary-ui-bg;
|
||||
border-radius: $br-medium;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
}
|
||||
|
||||
.dropdown {
|
||||
background-color: $color-white;
|
||||
background-color: $secondary-ui-bg;
|
||||
border-radius: $br-small;
|
||||
border: 1px solid $soft-ui-border;
|
||||
min-width: 150px;
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $color-white;
|
||||
background-color: $dark-ui-bg;
|
||||
border-color: $soft-ui-border;
|
||||
}
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $color-white;
|
||||
background-color: $primary-ui-bg;
|
||||
}
|
||||
|
||||
&.selected {
|
||||
|
|
|
@ -190,9 +190,9 @@
|
|||
.remove-zoom {
|
||||
align-items: center;
|
||||
border-radius: 50%;
|
||||
border: 1px solid $medium-ui-border;
|
||||
border: 1px solid $intense-ui-border;
|
||||
cursor: pointer;
|
||||
color: $medium-ui-border;
|
||||
color: $intense-ui-border;
|
||||
display: none;
|
||||
flex-shrink: 0;
|
||||
font-size: $fs20;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue