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

added menu tip

This commit is contained in:
Fedor Katurov 2019-11-19 16:42:20 +07:00
parent 52f9d4e60d
commit ca3a9a89a2
2 changed files with 14 additions and 2 deletions

View file

@ -20,12 +20,23 @@
// transform: translate(0, $gap); // transform: translate(0, $gap);
padding: $gap; padding: $gap;
&::after {
content: " ";
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 16px 16px;
border-color: transparent transparent $content_bg transparent;
position: absolute;
right: 0;
top: -4px;
transform: translate(-20px, 0);
}
& > div { & > div {
// background: transparentize($content_bg, 0.1) url("~/sprites/stripes.svg");
background: $content_bg; background: $content_bg;
padding: $gap $gap * 2; padding: $gap $gap * 2;
cursor: pointer; cursor: pointer;
// opacity: 0.5;
box-sizing: border-box; box-sizing: border-box;
transition: opacity 0.25s; transition: opacity 0.25s;
width: 100%; width: 100%;

View file

@ -25,6 +25,7 @@ render(
- friendship - friendship
- password restore - password restore
- signup? - signup?
- cover change
[stage 1] [stage 1]
- import videos - import videos