Newer
Older
@use 'styles/settings' as s;
@use 'styles/mixins' as mx;
@use 'styles/functions' as fn;
h2 {
margin-top: 40px;
}
@include mx.breakpoint(large) {
font-size: fn.toRem(24);
}
margin-top: 20px;
.task {
margin-bottom: 30px;
.task-error {
margin-top: 20px;
border-radius: 5px;
padding: 20px;
background: s.$background-white;