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 {
|
||||
background-color: rgba(30, 30, 46, 0.98);
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
border-radius: 28px;
|
||||
|
||||
|
||||
/* 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);
|
||||
padding: 2px; /* <- THIS becomes the border thickness */
|
||||
}
|
||||
|
||||
/* OUTER GLOW LAYER (THIS is your "border") */
|
||||
/* inner panel sits inside border */
|
||||
#outer-box {
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
border-radius: 30px;
|
||||
background-color: rgba(30, 30, 46, 0.98);
|
||||
border-radius: 26px;
|
||||
|
||||
padding: 6px; /* IMPORTANT: must be larger than before */
|
||||
padding: 12px;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
/* INNER PANEL */
|
||||
|
||||
@@ -22,23 +22,19 @@
|
||||
========================= */
|
||||
|
||||
#window {
|
||||
background-color: rgba(30, 30, 46, 0.98);
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
border-radius: 28px;
|
||||
|
||||
|
||||
/* 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);
|
||||
padding: 2px; /* <- THIS becomes the border thickness */
|
||||
}
|
||||
|
||||
/* OUTER GLOW LAYER (THIS is your "border") */
|
||||
/* inner panel sits inside border */
|
||||
#outer-box {
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
border-radius: 30px;
|
||||
background-color: rgba(30, 30, 46, 0.98);
|
||||
border-radius: 26px;
|
||||
|
||||
padding: 6px; /* IMPORTANT: must be larger than before */
|
||||
padding: 12px;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
/* INNER PANEL */
|
||||
|
||||
Reference in New Issue
Block a user