mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Merge pull request #1204 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
39a027350f
6 changed files with 6 additions and 1 deletions
BIN
public/css/app.css
vendored
BIN
public/css/app.css
vendored
Binary file not shown.
BIN
public/css/appdark.css
vendored
BIN
public/css/appdark.css
vendored
Binary file not shown.
BIN
public/css/landing.css
vendored
BIN
public/css/landing.css
vendored
Binary file not shown.
Binary file not shown.
3
resources/assets/sass/_variables.scss
vendored
3
resources/assets/sass/_variables.scss
vendored
|
@ -5,6 +5,7 @@ $body-bg: #f5f8fa;
|
|||
// Typography
|
||||
$font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
|
||||
$font-size-base: 0.9rem;
|
||||
$font-weight-lighter: 300;
|
||||
$line-height-base: 1.6;
|
||||
|
||||
$font-size-lg: ($font-size-base * 1.25);
|
||||
|
@ -19,4 +20,4 @@ $custom-control-description-disabled-color: #868e96;
|
|||
$white: white;
|
||||
$theme-colors: (
|
||||
'primary': #08d
|
||||
);
|
||||
);
|
||||
|
|
4
resources/assets/sass/custom.scss
vendored
4
resources/assets/sass/custom.scss
vendored
|
@ -132,6 +132,10 @@ body, button, input, textarea {
|
|||
background-color: rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.font-weight-lighter {
|
||||
font-weight: 300 !important
|
||||
}
|
||||
|
||||
.font-weight-ultralight {
|
||||
font-weight: 200 !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue