mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
batch replace .bt- in task scss
This commit is contained in:
parent
3c4c5e29a3
commit
c413166866
@ -24,55 +24,55 @@ div#single_task_warningInterval {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bt-task-label {
|
.btn-task-label {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
margin-bottom: 0.2em;
|
margin-bottom: 0.2em;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bt-task {
|
.btn-task {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 0;
|
height: 0;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bt-task-exchange {
|
.btn-task-exchange {
|
||||||
background: $chill-green;
|
background: $chill-green;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.bt-task-exchange:hover {
|
.btn-task-exchange:hover {
|
||||||
background: $chill-green-dark;
|
background: $chill-green-dark;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bt-task-exchange::before {
|
.btn-task-exchange::before {
|
||||||
@extend .bt-task;
|
@extend .btn-task;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
content: url(../svg/exchange-alt.svg);
|
content: url(../svg/exchange-alt.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.bt-task-start::before {
|
.btn-task-start::before {
|
||||||
@extend .bt-task;
|
@extend .btn-task;
|
||||||
content: url(../svg/play.svg);
|
content: url(../svg/play.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.bt-task-cancel::before {
|
.btn-task-cancel::before {
|
||||||
@extend .bt-task;
|
@extend .btn-task;
|
||||||
content: url(../svg/archive.svg);
|
content: url(../svg/archive.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.bt-task-close::before {
|
.btn-task-close::before {
|
||||||
@extend .bt-task;
|
@extend .btn-task;
|
||||||
content: url(../svg/check.svg);
|
content: url(../svg/check.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.bt-dropdown {
|
.btn-dropdown {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bt-dropdown-content {
|
.btn-dropdown-content {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
@ -83,7 +83,7 @@ div#single_task_warningInterval {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bt-dropdown:hover .bt-dropdown-content {
|
.btn-dropdown:hover .btn-dropdown-content {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: min-content;
|
width: min-content;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user