mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
fixed shadows, added author panel
This commit is contained in:
parent
c1279c538a
commit
f2fbca80e1
21 changed files with 209 additions and 55 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
.wrap {
|
||||
position: relative;
|
||||
@include row_shadow;
|
||||
}
|
||||
|
||||
.lock,
|
||||
|
@ -51,13 +52,10 @@
|
|||
|
||||
.edit {
|
||||
top: 28px;
|
||||
background: blue;
|
||||
}
|
||||
|
||||
.block {
|
||||
@include outer_shadow();
|
||||
min-height: $comment_height;
|
||||
// box-shadow: inset rgba(255, 255, 255, 0.05) 1px 1px, inset rgba(0, 0, 0, 0.1) -1px -1px;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: flex-start;
|
||||
|
@ -108,7 +106,7 @@
|
|||
|
||||
.date {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
bottom: 1px;
|
||||
right: 0;
|
||||
font: $font_12_regular;
|
||||
color: transparentize($color: white, $amount: 0.8);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue