Cleanup. Old files moved to abandonedFiles
This commit is contained in:
24
AbandonedFiles/Webserver/scss/_cards.scss
Normal file
24
AbandonedFiles/Webserver/scss/_cards.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
// Styling for custom cards
|
||||
// Custom class for the background icon in card blocks
|
||||
.card-body-icon {
|
||||
position: absolute;
|
||||
z-index: 0;
|
||||
top: -25px;
|
||||
right: -25px;
|
||||
|
||||
font-size: 5rem;
|
||||
@include rotate;
|
||||
}
|
||||
|
||||
// Override breakpoints for card columns to work well with sidebar
|
||||
.card-columns {
|
||||
@media (min-width: 576px) {
|
||||
column-count: 1;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
column-count: 2;
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
column-count: 2;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user