mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
code cleanup
This commit is contained in:
parent
606c88d777
commit
ef71e55543
23 changed files with 108 additions and 109 deletions
17
src/components/flow/Cell/styles.scss
Normal file
17
src/components/flow/Cell/styles.scss
Normal file
|
@ -0,0 +1,17 @@
|
|||
.cell {
|
||||
padding: $gap / 4;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex: 0 0;
|
||||
background: $cell_bg;
|
||||
border-radius: 4px;
|
||||
|
||||
@include outer_shadow();
|
||||
}
|
||||
|
||||
.title {
|
||||
font-family: 'Montserrat';
|
||||
font-weight: 700;
|
||||
font-size: 32px;
|
||||
text-transform: uppercase;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue