mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
fixed flow face appearance
This commit is contained in:
parent
225e5b6cda
commit
48cce8f127
3 changed files with 27 additions and 4 deletions
|
@ -28,7 +28,11 @@
|
|||
font: $font_18_regular;
|
||||
line-height: 22px;
|
||||
margin-top: $gap;
|
||||
letter-spacing: 0.5px;
|
||||
// letter-spacing: 0.5px;
|
||||
|
||||
p {
|
||||
margin-bottom: $gap;
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: ' ';
|
||||
|
@ -153,9 +157,21 @@
|
|||
|
||||
.face_content {
|
||||
padding: $gap;
|
||||
background: rgba(25, 25, 25, 0.8);
|
||||
background: rgba(25, 25, 25, 0.9);
|
||||
border-radius: $radius;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
|
||||
&:after {
|
||||
content: '';
|
||||
background: linear-gradient(transparentize($content_bg, 1), $content_bg);
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
height: 50px;
|
||||
width: 100%;
|
||||
border-radius: 0 0 $cell_radius $cell_radius;
|
||||
}
|
||||
}
|
||||
|
||||
.text::after {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue