wip
This commit is contained in:
@ -59,7 +59,7 @@ root(isDark)
|
||||
> .body
|
||||
width 100%
|
||||
height 100%
|
||||
background isDark ? #282c37 : #fff
|
||||
background var(--face)
|
||||
|
||||
> header
|
||||
border-bottom solid 1px isDark ? #1b1f29 : #eee
|
||||
|
@ -474,7 +474,7 @@ export default Vue.extend({
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
root(isDark)
|
||||
background isDark ? #282c37 : #fff
|
||||
background var(--face)
|
||||
|
||||
> nav
|
||||
display block
|
||||
@ -490,7 +490,7 @@ root(isDark)
|
||||
color rgba(isDark ? #fff : #000, 0.67)
|
||||
-webkit-backdrop-filter blur(12px)
|
||||
backdrop-filter blur(12px)
|
||||
background-color rgba(isDark ? #313543 : #fff, 0.75)
|
||||
//background-color rgba(var(--faceHeader), 0.75)
|
||||
border-bottom solid 1px rgba(#000, 0.13)
|
||||
|
||||
> p
|
||||
|
@ -32,7 +32,7 @@ root(isDark)
|
||||
width 150px
|
||||
//height 120px
|
||||
font-size 12px
|
||||
background isDark ? #282c37 : #fff
|
||||
background var(--face)
|
||||
border-radius 4px
|
||||
|
||||
> a
|
||||
|
@ -229,7 +229,7 @@ root(isDark)
|
||||
overflow hidden
|
||||
width 100%
|
||||
text-align left
|
||||
background isDark ? #282C37 : #fff
|
||||
background var(--face)
|
||||
border-radius 8px
|
||||
box-shadow 0 0 2px rgba(#000, 0.1)
|
||||
|
||||
|
@ -221,7 +221,7 @@ export default Vue.extend({
|
||||
|
||||
root(isDark)
|
||||
overflow hidden
|
||||
background isDark ? #282C37 : #fff
|
||||
background var(--face)
|
||||
border-radius 8px
|
||||
box-shadow 0 0 2px rgba(#000, 0.1)
|
||||
|
||||
|
@ -342,7 +342,7 @@ root(isDark)
|
||||
margin 32px auto
|
||||
|
||||
> .form
|
||||
background isDark ? #282C37 : #fff
|
||||
background var(--face)
|
||||
border-radius 8px
|
||||
box-shadow 0 0 2px rgba(#000, 0.1)
|
||||
|
||||
|
@ -45,7 +45,7 @@ root(isDark)
|
||||
font-size 15px
|
||||
font-weight normal
|
||||
color isDark ? #b8c5cc : #465258
|
||||
background isDark ? #282c37 : #fff
|
||||
background var(--face)
|
||||
border-radius 8px 8px 0 0
|
||||
|
||||
> [data-fa]
|
||||
|
Reference in New Issue
Block a user