mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 09:15:01 +03:00
Background gradients, migrate from CSS to SCSS, remove !important
This commit is contained in:
7
client/src/components/DeleteStep/DeleteStep.module.scss
Normal file
7
client/src/components/DeleteStep/DeleteStep.module.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
:global(#app) {
|
||||
.content {
|
||||
color: #212121;
|
||||
padding-bottom: 6px;
|
||||
padding-left: 2px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user