mirror of https://github.com/hykilpikonna/AquaDX
[S] Blockquote styling
parent
7a44a457d5
commit
988a280111
|
@ -45,6 +45,17 @@ h1
|
||||||
background: $ov-light
|
background: $ov-light
|
||||||
|
|
||||||
|
|
||||||
|
blockquote
|
||||||
|
//background: rgba(255, 210, 210, .1)
|
||||||
|
$c1: rgba(255, 149, 149, 0.05)
|
||||||
|
$c2: rgba(255, 152, 152, 0.12)
|
||||||
|
background: repeating-linear-gradient(45deg, $c1, $c1 10px, $c2 10px, $c2 20px)
|
||||||
|
padding: 10px 20px 10px 20px
|
||||||
|
margin: 0
|
||||||
|
border-left: solid #ff7c7c 3px
|
||||||
|
border-radius: 5px
|
||||||
|
|
||||||
|
|
||||||
#app
|
#app
|
||||||
width: 100%
|
width: 100%
|
||||||
height: 100%
|
height: 100%
|
||||||
|
|
Loading…
Reference in New Issue