Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 0bb5d61

Browse files
Hubert KosterHubert Koster
Hubert Koster
authored and
Hubert Koster
committed
chore: fixing some styling
1 parent a6f83d7 commit 0bb5d61

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

src/components/AccountSwitcher/account_switcher.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,12 @@
107107
> div {
108108
line-height: rem(2);
109109
span {
110-
font-size: rem(1.4);
111110
&:nth-child(1) {
111+
font-size: rem(1.4);
112112
font-weight: bold;
113113
}
114114
&:nth-child(2) {
115+
font-size: rem(1);
115116
color: var(--ifm-color-emphasis-600);
116117
}
117118
}

src/components/ApiTokenNavbarItem/api_token_switcher.module.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@
8383
&.oneToken::after {
8484
display: none;
8585
}
86-
@media (max-width: 768px) {
87-
font-size: rem(1.2);
88-
}
8986
@media (max-width: 1200px) {
9087
margin: 0 auto;
9188
}

src/components/CustomSelectDropdown/account-dropdown/SelectedAccount/selected_account.module.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
flex-direction: column;
1010
margin-left: rem(1);
1111
.accountType {
12-
font-size: rem(1.6);
12+
font-size: rem(1.6);
1313
}
1414
.accountId {
15-
font-size: rem(1.2);
16-
color: var(--ifm-color-emphasis-700);
15+
font-size: rem(1.2);
16+
color: var(--ifm-color-emphasis-700);
1717
}
1818
}
1919
div {

src/components/CustomSelectDropdown/custom_select_item.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
margin-left: rem(1);
2626
line-height: rem(2);
2727
.accountId {
28+
font-size: rem(1);
2829
color: var(--ifm-color-emphasis-600);
2930
}
3031
}

0 commit comments

Comments
 (0)