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