1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-27 07:45:08 +02:00
keeweb/app/styles/utils/_back-button.scss
2020-11-28 12:30:46 +01:00

15 lines
302 B
SCSS

.back-button {
cursor: pointer;
position: absolute;
top: 0;
right: $base-padding-h;
padding: $base-padding-v * 2 0 1px 0;
z-index: 1;
&__post {
margin-left: $tiny-spacing;
margin-right: $small-spacing;
position: relative;
top: 0.2em;
}
}