mirror of
https://github.com/plankanban/planka.git
synced 2025-07-29 01:59:42 +02:00
Background gradients, migrate from CSS to SCSS, remove !important
This commit is contained in:
parent
8534ed292c
commit
5bfff3865f
312 changed files with 4295 additions and 2989 deletions
32
client/src/components/CardModal/Tasks/Tasks.module.scss
Normal file
32
client/src/components/CardModal/Tasks/Tasks.module.scss
Normal file
|
@ -0,0 +1,32 @@
|
|||
:global(#app) {
|
||||
.progress {
|
||||
margin: 0 0 16px;
|
||||
}
|
||||
|
||||
.taskButton {
|
||||
background: transparent;
|
||||
border: none;
|
||||
border-radius: 3px;
|
||||
color: #6b808c;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
margin-top: 6px;
|
||||
min-height: 54px;
|
||||
outline: none;
|
||||
padding: 8px 12px;
|
||||
position: relative;
|
||||
text-align: left;
|
||||
text-decoration: none;
|
||||
width: 100%;
|
||||
|
||||
&:hover {
|
||||
background: rgba(9, 30, 66, 0.04);
|
||||
color: #092d42;
|
||||
}
|
||||
}
|
||||
|
||||
.taskButtonText {
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue