mirror of
https://github.com/pinry/pinry.git
synced 2026-01-19 13:42:06 +01:00
Refactor: Move fonts to fonts.scss
This commit is contained in:
committed by
Isaac Bythewood
parent
bd6f93abd1
commit
cfb4cfdd34
@@ -238,21 +238,7 @@ export default {
|
||||
$pin-footer-position-fix: -6px;
|
||||
$avatar-width: 30px;
|
||||
$avatar-height: 30px;
|
||||
|
||||
@mixin pin-detail-font-size{
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
@mixin description-font {
|
||||
@include pin-detail-font-size;
|
||||
font-family: 'Georgia', 'Times', 'Times New Roman', serif;
|
||||
}
|
||||
|
||||
@mixin secondary-font {
|
||||
@include pin-detail-font-size;
|
||||
color: #999;
|
||||
font-weight: normal;
|
||||
}
|
||||
@import './utils/fonts';
|
||||
|
||||
@mixin loader {
|
||||
background: url('../assets/loader.gif');
|
||||
|
||||
@@ -9,3 +9,19 @@
|
||||
@mixin secondary-font-color-in-dark {
|
||||
color: #878787;
|
||||
}
|
||||
|
||||
// for pins component
|
||||
@mixin pin-detail-font-size{
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
@mixin description-font {
|
||||
@include pin-detail-font-size;
|
||||
font-family: 'Georgia', 'Times', 'Times New Roman', serif;
|
||||
}
|
||||
|
||||
@mixin secondary-font {
|
||||
@include pin-detail-font-size;
|
||||
color: #999;
|
||||
font-weight: normal;
|
||||
}
|
||||
Reference in New Issue
Block a user