soneta-ui-style

This commit is contained in:
Marcin Wojas
2026-03-22 20:56:25 +01:00
parent ccaf27e569
commit 81b895cf2f
707 changed files with 33942 additions and 0 deletions
@@ -0,0 +1,37 @@
@import "./Variables.scss";
.cards {
position: absolute;
overflow: hidden;
outline: 0;
margin: 0;
padding: 0;
border: $grid_border;
.cards-main {
position: absolute;
top: 0;
right: 0;
bottom: 0;
overflow: hidden;
outline: 0;
margin: 0;
padding: 0;
}
&:focus {
border: $grid_focused_border;
}
}
.cards-premium {
.cards-main {
background-color: $grid_main_bg;
border-radius: 4px;
}
&:focus {
border: $grid_filterbar_input_focused_border;
box-shadow: $grid_focused_shadow;
}
}