mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed style files module names
This commit is contained in:
parent
52acdb283e
commit
2daa38ad12
223 changed files with 113 additions and 114 deletions
|
@ -1,39 +0,0 @@
|
|||
.wrap {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 2;
|
||||
background-color: transparentize($red, 0.5);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
margin: 0 !important;
|
||||
padding: $gap;
|
||||
box-sizing: border-box;
|
||||
border-radius: $radius;
|
||||
|
||||
@include can_backdrop {
|
||||
background-color: transparentize($red, 0.5);
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
text-transform: capitalize;
|
||||
font: $font_cell_title;
|
||||
}
|
||||
|
||||
.text {
|
||||
padding: 0 0 $gap 0;
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 100%;
|
||||
color: white;
|
||||
border-radius: $radius;
|
||||
background-color: $content_bg;
|
||||
padding: $gap;
|
||||
line-height: 1.2em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue