Skip to content

Commit acb6380

Browse files
committed
Update auth ext disabled screen styling to match ai ext disabled screen
1 parent 24bc7de commit acb6380

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

shared/studio/tabs/auth/authAdmin.module.scss

+21-7
Original file line numberDiff line numberDiff line change
@@ -30,36 +30,50 @@
3030
}
3131

3232
.extDisabled {
33-
flex-grow: 1;
3433
display: flex;
3534
flex-direction: column;
3635
align-items: center;
3736
justify-content: center;
3837
text-align: center;
39-
padding: 16px;
38+
margin: auto;
39+
font-family: "Roboto Flex Variable", sans-serif;
40+
color: #4d4d4d;
4041

4142
h2 {
42-
font-size: 20px;
43+
color: inherit;
44+
font-size: 18px;
45+
font-style: normal;
4346
font-weight: 500;
47+
line-height: 26px;
48+
margin: 0;
4449
}
50+
4551
p {
46-
margin: 0 8px;
52+
margin: 8px 0;
4753
}
4854

4955
pre {
50-
background: #e6e6e6;
56+
background: #eee;
5157
margin: 12px;
5258
padding: 12px 16px;
5359
border-radius: 6px;
60+
user-select: text;
5461

5562
@include darkTheme {
5663
background: #383838;
5764
}
5865
}
5966

6067
a {
61-
color: var(--app-accent-green);
62-
text-decoration: none;
68+
color: #b044c2;
69+
70+
@include darkTheme {
71+
color: #ac86f6;
72+
}
73+
}
74+
75+
@include darkTheme {
76+
color: #ccc;
6377
}
6478
}
6579

0 commit comments

Comments
 (0)