1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 05:16:41 +07:00

improve like readability

This commit is contained in:
Fedor Katurov 2023-11-01 21:54:01 +06:00
parent bd802ede10
commit 897f3c6733
3 changed files with 11 additions and 6 deletions

View file

@ -57,6 +57,7 @@
.content {
width: 100%;
position: relative;
z-index: 1;
}
.block {
@ -111,7 +112,7 @@
font: $font_12_medium;
color: $gray_75;
fill: $gray_75;
padding: 3px 6px;
padding: 3px 5px 3px 8px;
z-index: 2;
background: $content_bg_light;
border-radius: 4px;