mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
made better tabs (with context)
This commit is contained in:
parent
f63d2d3228
commit
da510e346a
12 changed files with 103 additions and 194 deletions
|
@ -4,7 +4,6 @@
|
|||
position: relative;
|
||||
min-height: 40px;
|
||||
border-radius: $input_radius;
|
||||
//box-shadow: $input_shadow;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
opacity: 1;
|
||||
|
@ -274,7 +273,7 @@
|
|||
transition: top 0.25s, bottom 0.25s, font 0.25s, color 0.25s;
|
||||
pointer-events: none;
|
||||
touch-action: none;
|
||||
color: transparentize(white, 0.5);
|
||||
color: lighten($content_bg, 10%);
|
||||
text-transform: capitalize;
|
||||
background: $input_bg_color;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue