[O] Separate padding from common css

This commit is contained in:
Hykilpikonna
2019-10-20 21:16:10 -04:00
parent bfeba9da40
commit 10ac0b5330
+2 -1
View File
@@ -55,6 +55,7 @@
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: 25%; left: 25%;
padding-top: 2px;
// Trapezoid // Trapezoid
transform: perspective(50px) rotateX(10deg); transform: perspective(50px) rotateX(10deg);
@@ -67,6 +68,7 @@
position: absolute; position: absolute;
top: 61px; top: 61px;
left: 25%; left: 25%;
padding-bottom: 2px;
// Trapezoid // Trapezoid
transform: perspective(50px) rotateX(-10deg); transform: perspective(50px) rotateX(-10deg);
@@ -76,7 +78,6 @@
{ {
// Background // Background
background-color: rgba(214, 214, 214, 0.67); background-color: rgba(214, 214, 214, 0.67);
padding-top: 2px;
// Font // Font
font-size: 14px; font-size: 14px;