Signed-off-by: falkTX <falktx@falktx.com>tags/22.05
@@ -2,7 +2,6 @@ | |||||
.cardinal-main.mod-pedal { | .cardinal-main.mod-pedal { | ||||
background: #333333; | background: #333333; | ||||
background: linear-gradient(to bottom, #181919, #333333); | background: linear-gradient(to bottom, #181919, #333333); | ||||
color: white; | |||||
width: 540px; | width: 540px; | ||||
height: 590px; | height: 590px; | ||||
font-size: 20px; | font-size: 20px; | ||||
@@ -27,6 +26,7 @@ | |||||
height: 240px; | height: 240px; | ||||
position: absolute; | position: absolute; | ||||
top: 0px; | top: 0px; | ||||
color: white; | |||||
} | } | ||||
.cardinal-main.mod-pedal .cardinal-main-bottom { | .cardinal-main.mod-pedal .cardinal-main-bottom { | ||||
@@ -34,6 +34,7 @@ | |||||
height: 180px; | height: 180px; | ||||
position: absolute; | position: absolute; | ||||
top: 240px; | top: 240px; | ||||
color: white; | |||||
} | } | ||||
/* top area split */ | /* top area split */ | ||||
@@ -2,7 +2,6 @@ | |||||
.cardinal-fx.mod-pedal { | .cardinal-fx.mod-pedal { | ||||
background: #333333; | background: #333333; | ||||
background: linear-gradient(to bottom, #181919, #333333); | background: linear-gradient(to bottom, #181919, #333333); | ||||
color: white; | |||||
width: 480px; | width: 480px; | ||||
height: 420px; | height: 420px; | ||||
font-size: 20px; | font-size: 20px; | ||||
@@ -27,6 +26,7 @@ | |||||
height: 240px; | height: 240px; | ||||
position: absolute; | position: absolute; | ||||
top: 0px; | top: 0px; | ||||
color: white; | |||||
} | } | ||||
.cardinal-fx.mod-pedal .cardinal-fx-bottom { | .cardinal-fx.mod-pedal .cardinal-fx-bottom { | ||||
@@ -34,6 +34,7 @@ | |||||
height: 180px; | height: 180px; | ||||
position: absolute; | position: absolute; | ||||
top: 240px; | top: 240px; | ||||
color: white; | |||||
} | } | ||||
/* top area split */ | /* top area split */ | ||||