Using constants for most CSS variables now
This commit is contained in:
parent
b9d172394c
commit
180c5b475b
@ -1,4 +1,4 @@
|
|||||||
sidebar-spacing-y = 0.7rem
|
const sidebar-spacing-y = 0.7rem
|
||||||
|
|
||||||
#sidebar
|
#sidebar
|
||||||
vertical
|
vertical
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
frontpage-bg-color = rgb(32, 32, 32)
|
const frontpage-bg-color = rgb(32, 32, 32)
|
||||||
|
|
||||||
.frontpage-background
|
.frontpage-background
|
||||||
position absolute
|
position absolute
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
group-padding-y = 0.75rem
|
const group-padding-y = 0.75rem
|
||||||
group-padding-x = 0.75rem
|
const group-padding-x = 0.75rem
|
||||||
|
|
||||||
.groups
|
.groups
|
||||||
horizontal-wrap
|
horizontal-wrap
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
inventory-slot-size = 64px
|
const inventory-slot-size = 64px
|
||||||
|
|
||||||
.inventory
|
.inventory
|
||||||
display grid
|
display grid
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
profile-boot-duration = 2s
|
|
||||||
|
|
||||||
.profile
|
.profile
|
||||||
vertical
|
vertical
|
||||||
align-items center
|
align-items center
|
||||||
@ -78,9 +76,7 @@ profile-boot-duration = 2s
|
|||||||
padding content-padding
|
padding content-padding
|
||||||
margin-top 0
|
margin-top 0
|
||||||
|
|
||||||
// .profile-pro-status-text
|
// const profile-boot-duration = 2s
|
||||||
// display none
|
|
||||||
|
|
||||||
// animation appear
|
// animation appear
|
||||||
// 0%
|
// 0%
|
||||||
// transform rotateX(90deg)
|
// transform rotateX(90deg)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
item-color-pro-account = hsl(0, 100%, 71%)
|
const item-color-pro-account = hsl(0, 100%, 71%)
|
||||||
item-color-anime-support-ticket = hsl(217, 64%, 50%)
|
const item-color-anime-support-ticket = hsl(217, 64%, 50%)
|
||||||
|
|
||||||
.shop-items
|
.shop-items
|
||||||
horizontal-wrap
|
horizontal-wrap
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
remove-margin = 1.1rem
|
const remove-margin = 1.1rem
|
||||||
|
|
||||||
.embedded
|
.embedded
|
||||||
// Put navigation to the bottom of the screen
|
// Put navigation to the bottom of the screen
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
loading-anim-duration = 0.8s
|
const loading-anim-duration = 0.8s
|
||||||
loading-anim-size = 24px
|
const loading-anim-size = 24px
|
||||||
|
|
||||||
#loading
|
#loading
|
||||||
position fixed
|
position fixed
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
video-padding = 56.25%
|
const video-padding = 56.25%
|
||||||
|
|
||||||
.video-container
|
.video-container
|
||||||
position relative
|
position relative
|
||||||
|
Loading…
Reference in New Issue
Block a user