big ui refractor
This commit is contained in:
13
client/src/styles/components/dashboard/_widget-ghosts.scss
Normal file
13
client/src/styles/components/dashboard/_widget-ghosts.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
@use '../../abstracts' as *;
|
||||
|
||||
.ghost-card {
|
||||
background: $bg-glass-subtle;
|
||||
border-radius: $radius-md;
|
||||
padding: $spacing-sm;
|
||||
text-align: center;
|
||||
border: $border-width-sm solid $bg-glass-subtle;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
min-height: $size-ghost-min-height;
|
||||
}
|
||||
Reference in New Issue
Block a user