Regenerated
This commit is contained in:
+343
-347
File diff suppressed because it is too large
Load Diff
+7
-11
@@ -4523,23 +4523,19 @@ This is the default layout for wofi
|
|||||||
========================= */
|
========================= */
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
background-color: rgba(30, 30, 46, 0.98);
|
background: linear-gradient(45deg, @blue, @green);
|
||||||
border-radius: 28px;
|
border-radius: 28px;
|
||||||
|
|
||||||
|
padding: 2px; /* <- THIS becomes the border thickness */
|
||||||
/* THIS is your “border” */
|
|
||||||
box-shadow:
|
|
||||||
0 0 0 2px #89b4fa,
|
|
||||||
0 0 0 4px #a6e3a1,
|
|
||||||
0 10px 30px rgba(0,0,0,0.5);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* OUTER GLOW LAYER (THIS is your "border") */
|
/* inner panel sits inside border */
|
||||||
#outer-box {
|
#outer-box {
|
||||||
background: linear-gradient(45deg, @blue, @green);
|
background-color: rgba(30, 30, 46, 0.98);
|
||||||
border-radius: 30px;
|
border-radius: 26px;
|
||||||
|
|
||||||
padding: 6px; /* IMPORTANT: must be larger than before */
|
padding: 12px;
|
||||||
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* INNER PANEL */
|
/* INNER PANEL */
|
||||||
|
|||||||
@@ -22,23 +22,19 @@
|
|||||||
========================= */
|
========================= */
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
background-color: rgba(30, 30, 46, 0.98);
|
background: linear-gradient(45deg, @blue, @green);
|
||||||
border-radius: 28px;
|
border-radius: 28px;
|
||||||
|
|
||||||
|
padding: 2px; /* <- THIS becomes the border thickness */
|
||||||
/* THIS is your “border” */
|
|
||||||
box-shadow:
|
|
||||||
0 0 0 2px #89b4fa,
|
|
||||||
0 0 0 4px #a6e3a1,
|
|
||||||
0 10px 30px rgba(0,0,0,0.5);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* OUTER GLOW LAYER (THIS is your "border") */
|
/* inner panel sits inside border */
|
||||||
#outer-box {
|
#outer-box {
|
||||||
background: linear-gradient(45deg, @blue, @green);
|
background-color: rgba(30, 30, 46, 0.98);
|
||||||
border-radius: 30px;
|
border-radius: 26px;
|
||||||
|
|
||||||
padding: 6px; /* IMPORTANT: must be larger than before */
|
padding: 12px;
|
||||||
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* INNER PANEL */
|
/* INNER PANEL */
|
||||||
|
|||||||
Reference in New Issue
Block a user