Add some borders to swaync to distinguish components better
This commit is contained in:
parent
fd092fd785
commit
a1ee94d92f
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
.floating-notifications.background .notification-row .notification-background {
|
.floating-notifications.background .notification-row .notification-background {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
border: 1px solid #b4befe;
|
||||||
margin: 18px;
|
margin: 18px;
|
||||||
background-color: rgba(13, 14, 28, 0.5);
|
background-color: rgba(13, 14, 28, 0.5);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
@ -129,6 +130,7 @@
|
||||||
|
|
||||||
.control-center {
|
.control-center {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
border: 1px solid #b4befe;
|
||||||
margin: 18px;
|
margin: 18px;
|
||||||
background-color: rgba(13, 14, 28, 0.5);
|
background-color: rgba(13, 14, 28, 0.5);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
@ -158,9 +160,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-center .notification-row .notification-background {
|
.control-center .notification-row .notification-background {
|
||||||
border-radius: 7px;
|
border-radius: 10px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #0d0e1c;
|
background-color: #1d2235;
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue