This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
[Glitch] Update SCSS of admin and setting pages
Port the SCSS changes from
cb74c0cfe4
to glitch-soc
closed-social-glitch-2
Thibaut Girka
6 years ago
parent
9edc5cafe4
commit
390cfdef2e
2 changed files
with
10 additions
and
10 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
app/javascript/flavours/glitch/styles/admin.scss
+0
-10
app/javascript/flavours/glitch/styles/forms.scss
+ 10
- 0
app/javascript/flavours/glitch/styles/admin.scss
View File
@ -105,6 +105,16 @@
margin-bottom
:
30px
;
}
h4
{
text-transform
:
uppercase
;
font-size
:
13px
;
font-weight
:
500
;
color
:
$
ui-primary-color
;
padding-bottom
:
8px
;
margin-bottom
:
8px
;
border-bottom
:
1px
solid
lighten
(
$
ui-base-color
,
8
%
)
;
}
h6
{
font-size
:
16px
;
color
:
$
ui-secondary-color
;
+ 0
- 10
app/javascript/flavours/glitch/styles/forms.scss
View File
@ -22,16 +22,6 @@ code {
margin-top
:
4px
;
}
h4
{
text-transform
:
uppercase
;
font-size
:
13px
;
font-weight
:
500
;
color
:
$
ui-primary-color
;
padding-bottom
:
8px
;
margin-bottom
:
8px
;
border-bottom
:
1px
solid
lighten
(
$
ui-base-color
,
8
%
)
;
}
p
.
hint
{
margin-bottom
:
15px
;
color
:
$
ui-primary-color
;
Write
Preview
Loading…
Cancel
Save