File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4949 --default-font-size : 15px ;
5050 --animation-quick : 100ms ;
5151 --animation-slow : 300ms ;
52+ /** Border width for input elements such as text fields and selects */
53+ --border-width-input : 1px ;
5254 --border-radius : 3px ;
5355 --border-radius-large : 10px ;
5456 --border-radius-rounded : 28px ;
Original file line number Diff line number Diff line change @@ -186,6 +186,8 @@ public function getCSSVariables(): array {
186186 '--animation-slow ' => '300ms ' ,
187187
188188 // Default variables --------------------------------------------
189+ // Border width for input elements such as text fields and selects
190+ '--border-width-input ' => '1px ' ,
189191 '--border-radius ' => '3px ' ,
190192 '--border-radius-large ' => '10px ' ,
191193 '--border-radius-rounded ' => '28px ' ,
You can’t perform that action at this time.
0 commit comments