File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1102,7 +1102,7 @@ button {
11021102
11031103 @include maxBreakpoint ($breakpoint-tablet ) {
11041104 flex-direction : column ;
1105- gap : 20 px ;
1105+ gap : 12 px ;
11061106 }
11071107}
11081108
@@ -1116,29 +1116,18 @@ button {
11161116 gap : 4px ;
11171117}
11181118
1119- #platform-tabs > * {
1120- cursor : pointer ;
1121- border-radius : 20px ;
1122- padding : 10px 20px ;
1123- box-sizing : border-box ;
1124- height : 36px ;
1125- line-height : 16px ;
1126- }
1127-
11281119.badge {
11291120 border-style : solid ;
11301121 border-width : 1px ;
11311122 border-color : var (--color-borders );
11321123 background-color : transparent ;
1133- border-radius : 4px !important ;
1124+ border-radius : 4px ;
11341125 text-align : center ;
1135- cursor : unset ;
1136- padding : 8px 12px ;
1126+ padding : 6px 12px ;
11371127 color : var (--color-text );
1138- font-size : 13 px ;
1128+ font-size : 11 px ;
11391129 box-sizing : border-box ;
1140- line-height : 16px ;
1141- height : 36px ;
1130+ height : 28px ;
11421131}
11431132
11441133#platform-tabs > .active {
You can’t perform that action at this time.
0 commit comments