1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

added promoted switch button

This commit is contained in:
Fedor Katurov 2020-11-29 15:43:30 +07:00
parent 25dade6c67
commit c731bb9ad0
10 changed files with 153 additions and 34 deletions

View file

@ -209,3 +209,13 @@ $sidebar_border: transparentize(white, 0.95);
background: transparentize($content_bg, 0.4);
box-shadow: transparentize(white, 0.95) -1px 0;
}
@mixin editor_round_button {
width: $upload_button_height;
height: $upload_button_height;
border-radius: ($upload_button_height / 2) !important;
flex: 0 0 $upload_button_height;
position: relative;
border-radius: $radius;
cursor: pointer;
}