mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 21:29:43 +02:00
18 lines
328 B
SCSS
18 lines
328 B
SCSS
|
/*!
|
||
|
* Copyright (c) 2024 PLANKA Software GmbH
|
||
|
* Licensed under the Fair Use License: https://github.com/plankanban/planka/blob/master/LICENSE.md
|
||
|
*/
|
||
|
|
||
|
:global(#app) {
|
||
|
.deleteButton {
|
||
|
bottom: 12px;
|
||
|
box-shadow: 0 1px 0 #cbcccc;
|
||
|
position: absolute;
|
||
|
right: 9px;
|
||
|
}
|
||
|
|
||
|
.submitButton {
|
||
|
margin-top: 12px;
|
||
|
}
|
||
|
}
|