1
0

chore: move styles to components

This commit is contained in:
kolaente
2023-04-14 21:21:49 +02:00
committed by konrad
parent dfa6cd777b
commit 25c3b7bcbf
3 changed files with 10 additions and 6 deletions

View File

@ -103,9 +103,3 @@ h1, h2, h3 {
height: auto;
}
}
// Global style, because the rest of this styling is imported from bulma
.control.has-icons-left .icon,
.control.has-icons-right .icon {
transition: all $transition;
}