mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
hero slider
This commit is contained in:
parent
a9da7e8cef
commit
5cd5941be0
12 changed files with 266 additions and 14 deletions
|
@ -2,14 +2,14 @@
|
|||
|
||||
$cell: 280px;
|
||||
$gap: 10px;
|
||||
$grid_line: 8px;
|
||||
$grid_line: 5px;
|
||||
$content_width: $cell * 5 + $grid_line * 4;
|
||||
$spc: $gap * 2;
|
||||
$comment_height: 72px;
|
||||
$bar_height: 64px;
|
||||
|
||||
$radius: 8px;
|
||||
$cell_radius: 3px;
|
||||
$cell_radius: $radius;
|
||||
$panel_radius: $radius;
|
||||
$input_radius: $radius;
|
||||
|
||||
|
@ -55,7 +55,7 @@ $font_8_regular: $regular 8px $font;
|
|||
$font_8_semibold: $semibold 8px $font;
|
||||
|
||||
$font_cell_title: $bold 30px $font;
|
||||
$font_hero_title: $font_48_semibold;
|
||||
$font_hero_title: $bold 40px $font;
|
||||
|
||||
$shadow_depth_1: transparentize(black, 0.8) 0 1px, inset transparentize(white, 0.98) 0 1px;
|
||||
$shadow_depth_2: transparentize(black, 0.8) 0 2px, inset transparentize(white, 0.98) 0 1px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue