File tree Expand file tree Collapse file tree
features/content-explorer/content-explorer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11@import ' ../../styles/variables' ;
22@import ' ./variables' ;
3+ @import ' ../../styles/mixins/buttons' ;
34
45.be-modal {
56 .be-modal-btns {
89 padding : 15px 0 0 ;
910
1011 .btn {
12+ @include bdl-Button--large ;
13+
1114 margin-left : 8px ;
1215 }
1316 }
Original file line number Diff line number Diff line change 11@import ' ../common/variables' ;
2+ @import ' ../../styles/mixins/buttons' ;
23
34.bcu-footer {
45 display : flex ;
910 background-color : $almost-white ;
1011 border-top : 1px solid $bdl-gray-10 ;
1112
13+ .btn {
14+ @include bdl-Button--large ;
15+ }
16+
1217 .bcu-footer-message {
1318 padding : 0 10px ;
1419 text-align : center ;
Original file line number Diff line number Diff line change 11@import ' ../../../styles/variables' ;
2+ @import ' ../../../styles/mixins/buttons' ;
23
34.content-explorer {
45 .content-explorer-search-new-folder-container {
8687 padding-top : 20px ;
8788 border-top : 1px solid $bdl-gray-10 ;
8889
90+ .btn {
91+ @include bdl-Button--large ;
92+ }
93+
8994 .status-message {
9095 position : absolute ;
9196 left : 0 ;
You can’t perform that action at this time.
0 commit comments