Sync: enhance styling for gtv-tv__body with improved borders, padding, and shadow effects
This commit is contained in:
@@ -5458,12 +5458,25 @@ p:last-child { margin-bottom: 0; }
|
|||||||
.gtv-tv__body {
|
.gtv-tv__body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #111;
|
background: #111;
|
||||||
border: 4px solid #111;
|
border: 5px solid #1a1a1a;
|
||||||
border-radius: 6px 6px 4px 4px;
|
border-radius: 8px 8px 4px 4px;
|
||||||
outline: 1px solid #000;
|
outline: 2px solid #000;
|
||||||
padding: 3px;
|
padding: 4px;
|
||||||
position: relative;
|
position: relative;
|
||||||
box-shadow: 0 14px 48px rgba(0,0,0,0.55);
|
box-shadow:
|
||||||
|
0 14px 48px rgba(0,0,0,0.6),
|
||||||
|
0 0 0 1px rgba(255,255,255,0.04),
|
||||||
|
inset 0 1px 0 rgba(255,255,255,0.06);
|
||||||
|
}
|
||||||
|
.gtv-tv__body::after {
|
||||||
|
content: '\25CF';
|
||||||
|
position: absolute;
|
||||||
|
bottom: -14px;
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
font-size: 7px;
|
||||||
|
color: rgba(74,222,128,0.8);
|
||||||
|
filter: drop-shadow(0 0 3px rgba(74,222,128,0.5));
|
||||||
}
|
}
|
||||||
.gtv-tv__screen {
|
.gtv-tv__screen {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user