Move clearfix to helpers.scss

This commit is contained in:
Patrick Jentsch 2024-05-27 08:58:04 +02:00
parent cbd0a41bce
commit 562b8d5ce0
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +0,0 @@
.clearfix::after {
clear: both;
content: "";
display: block;
}

View File

@ -1,3 +1,9 @@
.clearfix::after {
clear: both;
content: "";
display: block;
}
.clickable {
cursor: pointer !important;
}

View File

@ -9,7 +9,6 @@
// Components
@import "components/base-colors";
@import "components/clearfix";
@import "components/corpus-status-color";
@import "components/helpers.scss";
@import "components/job-status-color";