Reactive-Resume/client/components/build/RightSidebar/sections/Templates.module.scss

23 lines
335 B
SCSS
Raw Normal View History

2022-03-02 16:44:11 +00:00
.container {
@apply grid grid-cols-2 gap-4;
}
.template {
@apply grid text-center;
.preview {
aspect-ratio: 1 / 1.4142;
@apply relative grid rounded;
@apply border-2 border-transparent;
&.selected {
@apply border-black dark:border-white;
}
}
.label {
@apply mt-1 text-xs font-medium;
}
}