Set notifications pattern desktop size to company card bounds
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/* ========================================================= */
|
||||
/* Patterns: Notifications */
|
||||
/* ========================================================= */
|
||||
|
||||
.sg-notifications-pattern__card {
|
||||
min-width: var(--layout-object-card-min-width);
|
||||
max-width: var(--layout-object-card-max-width);
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.sg-notifications-pattern__card {
|
||||
min-width: 0;
|
||||
max-width: none;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user