File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
src/components/pages/demo
static/css/scss/components Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 245
245
.tooltip_html("A model is great< br > , but< br > two< br > is better.")
246
246
.icon("help_outline") %>
247
247
</ div >
248
+
249
+ < div class ="py-5 d-flex gap-2 ">
250
+ < button class ="btn btn-primary-web-app "> Primary button</ button >
251
+ < button class ="btn btn-primary-web-app " disabled > Primary disabled</ button >
252
+ < button class ="btn btn-secondary-web-app "> Secondary button</ button >
253
+ < button class ="btn btn-secondary-web-app " disabled > Secondary button</ button >
254
+ </ div >
248
255
</ div >
Original file line number Diff line number Diff line change 120
120
121
121
--bs-btn-line-height : 16px ;
122
122
123
- border : 0px ;
123
+ --bs-btn-border-color : #{$neon-shade-100 } ;
124
+ --bs-btn-border-width : 2px ;
124
125
125
126
& :disabled ,
126
127
& .disabled {
You can’t perform that action at this time.
0 commit comments