Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lubosmato committed Jan 4, 2025
1 parent 761d5b4 commit 08f6400
Showing 1 changed file with 5 additions and 129 deletions.
134 changes: 5 additions & 129 deletions swaync/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
padding: 1.25rem 1.5rem;
}

.control-center .widget-title > label {
.control-center .widget-title>label {
font-size: 1.3rem;
font-weight: bold;
}
Expand Down Expand Up @@ -62,23 +62,23 @@ button.close-button:hover {
background: rgba(0, 0, 0, 1.0);
}

.widget-dnd > switch {
.widget-dnd>switch {
border-radius: 6px;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: none;
}

.widget-dnd > switch:checked {
.widget-dnd>switch:checked {
background: #de2834;
}

.widget-dnd > switch slider {
.widget-dnd>switch slider {
background: #0a0a0a;
border-radius: 6px;
border: 1px solid rgba(255, 255, 255, 0.4);
}

.widget-dnd > switch slider:hover {
.widget-dnd>switch slider:hover {
background: #202020;
}

Expand All @@ -103,127 +103,3 @@ button:hover {
border-radius: 6px;
padding: 0 0.6rem;
}

/*
trough highlight {
background: #4c4f69;
}
scale trough {
margin: 0rem 1rem;
background-color: #ccd0da;
min-height: 8px;
min-width: 70px;
}
slider {
background-color: #1e66f5;
}
.control-center {
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8), inset 0 0 0 1px #ccd0da;
border-radius: 12.6px;
margin: 18px;
background-color: #eff1f5;
color: #4c4f69;
padding: 14px;
}
.control-center .widget-title > label {
color: #4c4f69;
font-size: 1.3em;
}
.control-center .widget-title button {
border-radius: 7px;
color: #4c4f69;
background-color: blue;
box-shadow: inset 0 0 0 1px #bcc0cc;
padding: 8px;
}
.control-center .notification-row .notification-background {
border-radius: 7px;
color: #4c4f69;
background-color: #ccd0da;
box-shadow: inset 0 0 0 1px #bcc0cc;
margin-top: 14px;
}
.control-center .notification-row .notification-background .notification {
padding: 7px;
border-radius: 7px;
}
.control-center .notification-row .notification-background .notification.critical {
box-shadow: inset 0 0 7px 0 #d20f39;
}
.control-center .notification-row .notification-background .notification > *:last-child > * .notification-action:active {
box-shadow: inset 0 0 0 1px #bcc0cc;
background-color: #209fb5;
color: #4c4f69;
}
.control-center .notification-row .notification-background .close-button {
margin: 7px;
padding: 2px;
border-radius: 6.3px;
color: #eff1f5;
background-color: #e64553;
}
.close-button {
border-radius: 6.3px;
}
.control-center .notification-row .notification-background .close-button:hover {
background-color: #d20f39;
color: #eff1f5;
}
.control-center .notification-row .notification-background .close-button:active {
background-color: #d20f39;
color: #eff1f5;
}
.control-center .notification-row .notification-background:hover {
box-shadow: inset 0 0 0 1px #bcc0cc;
background-color: #8c8fa1;
color: #4c4f69;
}
.control-center .notification-row .notification-background:active {
box-shadow: inset 0 0 0 1px #bcc0cc;
background-color: #209fb5;
color: #4c4f69;
}
.notification {
background-color: green;
color: red;
}
.control-center .notification {
background-color: blue;
}
.widget-dnd {
margin: 0px;
font-size: 1.1rem;
color: yellow;
}
.widget-dnd > switch {
font-size: initial;
border-radius: 8px;
background: #ccd0da;
border: 1px solid #bcc0cc;
box-shadow: none;
}
.image {
padding-right: 0.5rem;
}
*/

0 comments on commit 08f6400

Please sign in to comment.