File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
copilots/src/pages/copilot-request-form
libs/ui/lib/components/button/base-button Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -50,3 +50,4 @@ export * from './TableRolesFilter.type'
50
50
export * from './AdminAppContextType.type'
51
51
export * from './IsRemoving.type'
52
52
export * from './CommonRequestBusAPI.type'
53
+ export * from './PaginatedResponseV6.model'
Original file line number Diff line number Diff line change @@ -101,8 +101,4 @@ $gradient: linear-gradient(
101
101
.datepicker input {
102
102
color : black ;
103
103
}
104
-
105
- :global (.btn-style-secondary ) {
106
- --btn-secondary-border-width : 2px ;
107
- }
108
104
}
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ $btn-secondary-border-width: $border;
154
154
}
155
155
156
156
.btn :global(.btn-style-secondary ) {
157
- --btn-secondary-border-width : $btn-secondary-border-width ;
157
+ --btn-secondary-border-width : #{ $btn-secondary-border-width } ;
158
158
159
159
box-shadow : inset 0 0 0 var (--btn-secondary-border-width ) var (--btn-variant );
160
160
color : var (--btn-variant );
You can’t perform that action at this time.
0 commit comments