1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-30 02:29:46 +02:00
planka/client/src/components/CardModal/DescriptionEdit.module.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;
}
}
}