mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixes
This commit is contained in:
parent
ef71e55543
commit
1b001db91a
6 changed files with 34 additions and 8 deletions
|
@ -5,13 +5,31 @@
|
|||
flex: 0 0;
|
||||
background: $cell_bg;
|
||||
border-radius: 4px;
|
||||
position: relative;
|
||||
|
||||
&:global(.is_hero) {
|
||||
.title {
|
||||
font-size: 48px;
|
||||
}
|
||||
}
|
||||
@include outer_shadow();
|
||||
}
|
||||
|
||||
.title {
|
||||
font-family: 'Montserrat';
|
||||
font-family: $font;
|
||||
font-weight: 700;
|
||||
font-size: 32px;
|
||||
font-size: 24px;
|
||||
|
||||
text-transform: uppercase;
|
||||
height: 1em;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
padding: 0 $gap;
|
||||
|
||||
position: absolute;
|
||||
bottom: $gap;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue