mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fixed player colors
This commit is contained in:
parent
42139b0dde
commit
e35371e3aa
1 changed files with 9 additions and 7 deletions
|
@ -6,12 +6,14 @@
|
|||
}
|
||||
|
||||
.wrap {
|
||||
@include outer_shadow();
|
||||
display: flex;
|
||||
border-radius: $radius $radius 0 0;
|
||||
background: $main_gradient;
|
||||
// background: $main_gradient;
|
||||
align-items: center;
|
||||
box-shadow: rgba(0, 0, 0, 0.5) 0 2px 5px, inset rgba(255, 255, 255, 0.3) 1px 1px,
|
||||
inset rgba(0, 0, 0, 0.3) 0 -1px;
|
||||
background: lighten($content_bg, 6%);
|
||||
// box-shadow: rgba(0, 0, 0, 0.5) 0 2px 5px, inset rgba(255, 255, 255, 0.3) 1px 1px,
|
||||
// inset rgba(0, 0, 0, 0.3) 0 -1px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
@ -44,7 +46,7 @@
|
|||
svg {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
fill: $content_bg;
|
||||
fill: darken(white, 50%);
|
||||
stroke: none;
|
||||
}
|
||||
}
|
||||
|
@ -67,7 +69,7 @@
|
|||
}
|
||||
|
||||
.title {
|
||||
color: #222222;
|
||||
color: darken(white, 50%);
|
||||
font: $font_14_semibold;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
@ -87,7 +89,7 @@
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
background: #222222;
|
||||
background: darken(white, 50%);
|
||||
position: absolute;
|
||||
border-radius: 2px;
|
||||
opacity: 0.5;
|
||||
|
@ -99,7 +101,7 @@
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 6px;
|
||||
background: #222222;
|
||||
background: darken(white, 50%);
|
||||
position: absolute;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue