💄 Fix errors in theme

This commit is contained in:
mathieu.brunot 2019-02-19 15:56:22 +01:00
parent 60e228ec14
commit 957688b47d
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
15 changed files with 41 additions and 34 deletions

View file

@ -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;

View file

@ -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;

View file

@ -174,7 +174,7 @@
}
.colorpicker-tooltip {
background: $color-white;
background: $primary-ui-bg;
border-radius: $br-small;
display: flex;
flex-direction: column;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -36,7 +36,7 @@
}
&:hover {
background-color: $color-white;
background-color: $dark-ui-bg;
border-color: $soft-ui-border;
}

View file

@ -28,7 +28,7 @@
}
&:hover {
background-color: $color-white;
background-color: $primary-ui-bg;
}
&.selected {

View file

@ -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;