mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 17:25:03 +03:00
28
client/src/components/cards/CardModal/CardModal.module.scss
Normal file
28
client/src/components/cards/CardModal/CardModal.module.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
/*!
|
||||
* Copyright (c) 2024 PLANKA Software GmbH
|
||||
* Licensed under the Fair Use License: https://github.com/plankanban/planka/blob/master/LICENSE.md
|
||||
*/
|
||||
|
||||
:global(#app) {
|
||||
@mixin smallScreen {
|
||||
margin: 1rem auto;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
margin: 2rem auto;
|
||||
width: 880px;
|
||||
|
||||
@media (width < 926px) {
|
||||
@include smallScreen;
|
||||
}
|
||||
}
|
||||
|
||||
.wrapperStory {
|
||||
width: 980px;
|
||||
|
||||
@media (width < 1026px) {
|
||||
@include smallScreen;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user