💄 Adds new UI elements files and visual changes

This commit is contained in:
elhombretecla 2023-09-12 11:00:15 +02:00 committed by Eva
parent c291b632a1
commit 28010b786d
17 changed files with 63 additions and 18 deletions

View file

@ -8,6 +8,7 @@
(:require-macros [app.main.style :as stl])
(:require
[app.common.data :as d]
[app.common.data.macros :as dm]
[app.main.ui.formats :as fmt]
[app.util.dom :as dom]
[rumext.v2 :as mf]))
@ -138,7 +139,6 @@
:decode-fn decode-fn})]
[:& (mf/provider context) {:value context-value}
[:div {:class (stl/css-case :radio-btn-wrapper true
class true)
:style {:width width}}
[:div {:class (dm/str class " " (stl/css :radio-btn-wrapper))
:style {:width width}}
children]]))

View file

@ -17,7 +17,7 @@
height: $s-28;
flex-grow: 1;
border-radius: $s-6;
border: solid $s-2 transparent;
border: solid $s-1 transparent;
box-sizing: content-box;
input {
display: none;

View file

@ -28,6 +28,7 @@
height: $s-32;
border-radius: $br-8;
background: var(--color-background-secondary);
padding: $s-2;
cursor: pointer;
font-size: $fs12;
.tab-container-tab-wrapper {