Change styles for spaces directory (#5365)

* Change styles for spaces directory

* Use primary color for space archived status on directory

* Change styles for spaces directory
This commit is contained in:
Yuriy Bakhtin 2021-10-19 16:57:47 +03:00 committed by GitHub
parent 55e3cdaf29
commit 927ebf46d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -87,7 +87,7 @@
border-radius: 4px;
background-color: #ffffff;
&.card-archived {
filter: opacity(45%);
filter: opacity(60%);
}
}
@ -124,6 +124,7 @@
.card-status {
position: absolute;
right: 16px;
background: @primary;
}
.card-icons {
display: table-cell;

View File

@ -64,7 +64,7 @@ select.form-control:not([multiple]) {
appearance: none;
background-image: url("../img/select_arrow.png") !important;
background-repeat: no-repeat;
background-position: right 13px;
background-position: right 16px;
overflow: hidden;
}

File diff suppressed because one or more lines are too long