0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

Quick visual fixes

This commit is contained in:
Juan de la Cruz 2020-05-19 14:37:53 +02:00
parent ff2c437531
commit 8c77ea463d
4 changed files with 7 additions and 3 deletions

View file

@ -179,7 +179,7 @@
border-color: $color-gray-50;
}
.color-text {
color: $color-gray-50;
color: $color-primary;
}
}
&.add-color {

View file

@ -450,6 +450,7 @@
.grid-files-empty {
align-items: center;
border: 1px dashed $color-gray-20;
border-radius: $br-small;
display: flex;
flex-direction: column;
height: fit-content;
@ -458,7 +459,7 @@
width: 100%;
.grid-files-desc {
color: $color-gray-40;
color: $color-gray-60;
margin-bottom: $medium;
}
}

View file

@ -7,6 +7,7 @@
.settings-bar {
background-color: $color-gray-50;
border-left: 1px solid $color-gray-60;
bottom: 0;
height: 100%;
position: fixed;
@ -15,6 +16,8 @@
z-index: 10;
&.settings-bar-left {
border-left: none;
border-right: 1px solid $color-gray-60;
left: 40px;
}

View file

@ -123,4 +123,4 @@
[:div.grid-files-empty
[:div.grid-files-desc (t locale "dashboard.grid.empty-files")]
[:div.grid-files-link
[:a.btn-text-basic.btn-small {:on-click on-click} (t locale "ds.new-file")]]])]]))
[:a.btn-secondary.btn-small {:on-click on-click} (t locale "ds.new-file")]]])]]))