mirror of
https://github.com/plankanban/planka.git
synced 2025-07-30 02:29:46 +02:00
21 lines
301 B
SCSS
21 lines
301 B
SCSS
:global(#app) {
|
|
.controls {
|
|
clear: both;
|
|
margin-top: 6px;
|
|
}
|
|
|
|
.field {
|
|
background: #fff;
|
|
color: #17394d;
|
|
display: block;
|
|
font-size: 14px;
|
|
line-height: 1.5;
|
|
margin-bottom: 4px;
|
|
overflow: hidden;
|
|
resize: none;
|
|
|
|
&:focus {
|
|
outline: none;
|
|
}
|
|
}
|
|
}
|