[O] Separate padding from common css
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user