2025-05-10 02:09:06 +02:00
|
|
|
/*!
|
|
|
|
|
* Copyright (c) 2024 PLANKA Software GmbH
|
|
|
|
|
* Licensed under the Fair Use License: https://github.com/plankanban/planka/blob/master/LICENSE.md
|
|
|
|
|
*/
|
|
|
|
|
|
2020-05-29 19:31:19 +05:00
|
|
|
:global(#app) {
|
2025-05-10 02:09:06 +02:00
|
|
|
.button {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
2020-05-29 19:31:19 +05:00
|
|
|
.controls {
|
2025-05-10 02:09:06 +02:00
|
|
|
align-items: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
font-size: 12px;
|
2020-05-29 19:31:19 +05:00
|
|
|
margin-top: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.field {
|
|
|
|
|
background: #fff;
|
|
|
|
|
border: 0;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
color: #333;
|
|
|
|
|
display: block;
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
padding: 8px 12px;
|
|
|
|
|
resize: none;
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|