mirror of
https://github.com/Coffeedon/Cofffee-Assets.git
synced 2024-11-25 15:41:03 +00:00
33ad106a25
Added all custom themes from the collection.
38 lines
No EOL
837 B
SCSS
38 lines
No EOL
837 B
SCSS
@charset "UTF-8";
|
|
@import '../theme/base_config';
|
|
@import '../custom_config';
|
|
@import '../custom_color', '../custom_layout';
|
|
@import '../theme/mixins';
|
|
|
|
|
|
.column {
|
|
box-shadow: none !important;
|
|
margin: 2px 0 !important;
|
|
padding: 8px !important;
|
|
|
|
> .scrollable { background: $background-color }
|
|
}
|
|
|
|
.status {
|
|
border-bottom: 0;
|
|
border-radius: $card-radius;
|
|
background: $card-background-color;
|
|
|
|
&__prepend { padding: 8px 8px 2px 0 }
|
|
}
|
|
|
|
.account { border-bottom: 0 !important }
|
|
|
|
.status__wrapper.status__wrapper,
|
|
.notification.notification {
|
|
@include shadow-1dp;
|
|
margin: 8px 2px;
|
|
border-radius: $card-radius;
|
|
background: $card-background-color;
|
|
}
|
|
|
|
.notification .status__wrapper.status__wrapper { box-shadow: none !important }
|
|
|
|
.notification__filter-bar {
|
|
@include non-overflow-shadow-4dp;
|
|
} |