1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-01 11:35:27 +02:00
planka/client/src/components/CardModal/DescriptionEdit.module.scss

22 lines
301 B
SCSS
Raw Normal View History

: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;
}
}
}