2024-03-21 16:11:54 +00:00
|
|
|
@use "../utilities/extends";
|
|
|
|
|
@use "../utilities/initial-variables" as iv;
|
|
|
|
|
|
2024-12-27 21:25:24 +01:00
|
|
|
.#{iv.$class-prefix}#{iv.$helpers-prefix}radiusless {
|
2024-03-21 16:11:54 +00:00
|
|
|
border-radius: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
2024-12-27 21:25:24 +01:00
|
|
|
.#{iv.$class-prefix}#{iv.$helpers-prefix}shadowless {
|
2024-03-21 16:11:54 +00:00
|
|
|
box-shadow: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2024-12-27 21:25:24 +01:00
|
|
|
.#{iv.$class-prefix}#{iv.$helpers-prefix}clickable {
|
2024-03-21 16:11:54 +00:00
|
|
|
cursor: pointer !important;
|
|
|
|
|
pointer-events: all !important;
|
|
|
|
|
}
|
|
|
|
|
|
2024-12-27 21:25:24 +01:00
|
|
|
.#{iv.$class-prefix}#{iv.$helpers-prefix}unselectable {
|
2024-03-21 16:11:54 +00:00
|
|
|
@extend %unselectable;
|
|
|
|
|
}
|