Skip to content

Commit 8c0afb9

Browse files
committed
update styles
1 parent f4528ff commit 8c0afb9

1 file changed

Lines changed: 5 additions & 16 deletions

File tree

docs/_sass/_main.scss

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ button {
11021102

11031103
@include maxBreakpoint($breakpoint-tablet) {
11041104
flex-direction: column;
1105-
gap: 20px;
1105+
gap: 12px;
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: 13px;
1128+
font-size: 11px;
11391129
box-sizing: border-box;
1140-
line-height: 16px;
1141-
height: 36px;
1130+
height: 28px;
11421131
}
11431132

11441133
#platform-tabs > .active {

0 commit comments

Comments
 (0)