File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11@import ' ~styles/module' ;
22
33@include b (exception) {
4+ @include polyfill-row-gap (20px );
5+
46 display : flex ;
57 flex-direction : column ;
6- gap : 20px 100px ;
78 align-items : center ;
89 width : 100% ;
910 padding : 10% 20px 20px ;
2829
2930 @include media-breakpoint-up (md) {
3031 align-items : flex-start ;
32+ margin-left : 100px ;
3133 }
3234 }
3335
Original file line number Diff line number Diff line change 7777 }
7878
7979 @include e (link- container) {
80+ @include polyfill-column-gap (12px );
81+
8082 display : flex ;
81- gap : 0 12px ;
8283 }
8384}
Original file line number Diff line number Diff line change 55 }
66
77 @include e (item- label) {
8+ margin-right : 0 ;
9+ margin-bottom : 8px ;
10+
811 & ::after {
912 content : none ;
1013 }
1316
1417 @include e (item) {
1518 display : inline-flex ;
16- gap : 8px 12px ;
1719
1820 @include m (center ) {
1921 align-items : center ;
2224
2325 @include e (item- label) {
2426 flex-shrink : 0 ;
27+ margin-right : 12px ;
2528 color : var (--#{$rd-prefix}text-color-sub );
2629
2730 & ::after {
Original file line number Diff line number Diff line change 66 background-color : var (--#{$rd-prefix}background-color );
77
88 @include e (breadcrumb) {
9- height : 40px ;
9+ min- height : 40px ;
1010 }
1111
1212 @include e (breadcrumb- link) {
2121 }
2222
2323 @include e (header ) {
24+ @include polyfill-gap (12px , 20px );
25+
2426 display : flex ;
2527 flex-wrap : wrap ;
26- gap : 12px 20px ;
2728 align-items : center ;
2829 justify-content : space-between ;
2930 padding-bottom : 16px ;
6061 }
6162
6263 @include e (header- actions) {
64+ @include polyfill-gap (8px , 8px );
65+
6366 display : inline-flex ;
6467 flex-wrap : wrap ;
65- gap : 8px ;
6668 align-items : center ;
6769 }
6870}
Original file line number Diff line number Diff line change 1414 --app-status-dot-color : var (--#{$rd-prefix}tag-background-color-fill );
1515
1616 display : inline-flex ;
17- gap : 0 8px ;
1817 align-items : center ;
1918 vertical-align : top ;
2019
4443 position : relative ;
4544 width : 6px ;
4645 height : 6px ;
46+ margin-right : 8px ;
4747 background-color : var (--app-status-dot-color );
4848 border-radius : 50% ;
4949 }
Original file line number Diff line number Diff line change 2020 }
2121
2222 @include e (button- container) {
23+ @include polyfill-gap (12px , 8px );
24+
2325 display : flex ;
2426 flex-wrap : wrap ;
25- gap : 12px 8px ;
2627 align-items : center ;
2728 }
2829
You can’t perform that action at this time.
0 commit comments