mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-28 14:16:41 +07:00
node buttons
This commit is contained in:
parent
07f66c0146
commit
a68c752325
3 changed files with 39 additions and 4 deletions
|
@ -41,6 +41,17 @@
|
|||
flex: 0;
|
||||
padding-right: $gap;
|
||||
fill: transparentize(white, 0.7);
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
& > * {
|
||||
margin: 0 $gap;
|
||||
|
||||
&:first-child { margin-left: 0; }
|
||||
&:last-child { margin-right: 0; }
|
||||
}
|
||||
//height: 54px;
|
||||
//border-radius: $radius $radius 0 0;
|
||||
//background: linear-gradient(176deg, #f42a00, #5c1085);
|
||||
|
@ -69,9 +80,9 @@
|
|||
}
|
||||
|
||||
.sep {
|
||||
flex: 0 0 12px;
|
||||
flex: 0 0 6px;
|
||||
height: 6px;
|
||||
width: 12px;
|
||||
width: 6px;
|
||||
border-radius: 4px;
|
||||
background: transparentize(black, 0.7);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue