better i guess
This commit is contained in:
parent
c8516db4af
commit
1b58092306
2 changed files with 440 additions and 323 deletions
583
swaync/style.css
Executable file → Normal file
583
swaync/style.css
Executable file → Normal file
|
|
@ -1,334 +1,451 @@
|
||||||
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
|
|
||||||
@import "../../.cache/wal/colors-waybar.css";
|
|
||||||
|
|
||||||
@define-color noti-border-color @color4;
|
|
||||||
@define-color noti-bg rgba(0, 0, 0, 0.4);
|
|
||||||
@define-color noti-bg-alt rgba(0, 0, 0, 0.6);
|
|
||||||
@define-color noti-bg-hover @color4;
|
|
||||||
@define-color text-color @color4;
|
|
||||||
@define-color text-color-alt @color7;
|
|
||||||
@define-color text-color-disabled rgba(150, 150, 150, 0.8);
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: 'JetBrains Mono';
|
all: unset;
|
||||||
font-weight: 500;
|
font-size: 14px;
|
||||||
|
font-family: "Jetbrains Nerd Font";
|
||||||
|
transition: 200ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-center .notification-row:focus,
|
trough highlight {
|
||||||
.control-center .notification-row:hover {
|
background: #cdd6f4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-row {
|
scale trough {
|
||||||
outline: none;
|
margin: 0rem 1rem;
|
||||||
margin: 0px;
|
background-color: #313244;
|
||||||
|
min-height: 8px;
|
||||||
|
min-width: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-content {
|
slider {
|
||||||
color: @text-color;
|
background-color: #89b4fa;
|
||||||
padding: 3px 10px 3px 6px;
|
|
||||||
border-radius: 10px;
|
|
||||||
border: 2px solid @noti-border-color;
|
|
||||||
margin: 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-default-action {
|
.floating-notifications.background .notification-row .notification-background {
|
||||||
margin: 0;
|
box-shadow:
|
||||||
|
0 0 8px 0 rgba(0, 0, 0, 0.8),
|
||||||
|
inset 0 0 0 1px #313244;
|
||||||
|
border-radius: 12.6px;
|
||||||
|
margin: 18px;
|
||||||
|
background-color: #1e1e2e;
|
||||||
|
color: #cdd6f4;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-radius: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-default-action:hover,
|
.floating-notifications.background
|
||||||
.notification-action:hover {
|
.notification-row
|
||||||
background: rgba(0, 0, 0, 0.4);
|
.notification-background
|
||||||
|
.notification {
|
||||||
|
padding: 7px;
|
||||||
|
border-radius: 12.6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-action {
|
.floating-notifications.background
|
||||||
border: 2px solid @noti-border-color;
|
.notification-row
|
||||||
border-top: none;
|
.notification-background
|
||||||
border-radius: 10px;
|
.notification.critical {
|
||||||
|
box-shadow: inset 0 0 7px 0 #f38ba8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-default-action {
|
.floating-notifications.background
|
||||||
background: transparent;
|
.notification-row
|
||||||
border-radius: 10px;
|
.notification-background
|
||||||
margin: 5px;
|
.notification
|
||||||
|
.notification-content {
|
||||||
|
margin: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-default-action:not(:only-child) {
|
.floating-notifications.background
|
||||||
border-bottom-left-radius: 7px;
|
.notification-row
|
||||||
border-bottom-right-radius: 7px;
|
.notification-background
|
||||||
|
.notification
|
||||||
|
.notification-content
|
||||||
|
.summary {
|
||||||
|
color: #cdd6f4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-action:first-child {
|
.floating-notifications.background
|
||||||
border-bottom-left-radius: 10px;
|
.notification-row
|
||||||
background: transparent;
|
.notification-background
|
||||||
|
.notification
|
||||||
|
.notification-content
|
||||||
|
.time {
|
||||||
|
color: #a6adc8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-action:last-child {
|
.floating-notifications.background
|
||||||
border-bottom-right-radius: 10px;
|
.notification-row
|
||||||
background: transparent;
|
.notification-background
|
||||||
|
.notification
|
||||||
|
.notification-content
|
||||||
|
.body {
|
||||||
|
color: #cdd6f4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.close-button {
|
.floating-notifications.background
|
||||||
background: @text-color;
|
.notification-row
|
||||||
color: @noti-bg;
|
.notification-background
|
||||||
text-shadow: none;
|
.notification
|
||||||
padding: 0;
|
> *:last-child
|
||||||
border-radius: 10px;
|
> * {
|
||||||
margin-top: 5px;
|
min-height: 3.4em;
|
||||||
margin-right: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.close-button:hover {
|
.floating-notifications.background
|
||||||
box-shadow: none;
|
.notification-row
|
||||||
background: @text-color;
|
.notification-background
|
||||||
transition: all 0.15s ease-in-out;
|
.notification
|
||||||
border: none;
|
> *:last-child
|
||||||
|
> *
|
||||||
|
.notification-action {
|
||||||
|
border-radius: 7px;
|
||||||
|
color: #cdd6f4;
|
||||||
|
background-color: #313244;
|
||||||
|
box-shadow: inset 0 0 0 1px #45475a;
|
||||||
|
margin: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-reply {
|
.floating-notifications.background
|
||||||
margin-top: 8px;
|
.notification-row
|
||||||
|
.notification-background
|
||||||
|
.notification
|
||||||
|
> *:last-child
|
||||||
|
> *
|
||||||
|
.notification-action:hover {
|
||||||
|
box-shadow: inset 0 0 0 1px #45475a;
|
||||||
|
background-color: #313244;
|
||||||
|
color: #cdd6f4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-reply-entry {
|
.floating-notifications.background
|
||||||
background: @noti-bg;
|
.notification-row
|
||||||
color: @text-color;
|
.notification-background
|
||||||
caret-color: @text-color;
|
.notification
|
||||||
border: 1px solid @noti-border-color;
|
> *:last-child
|
||||||
border-radius: 10px;
|
> *
|
||||||
|
.notification-action:active {
|
||||||
|
box-shadow: inset 0 0 0 1px #45475a;
|
||||||
|
background-color: #74c7ec;
|
||||||
|
color: #cdd6f4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-reply-button {
|
.floating-notifications.background
|
||||||
font-size: 0.5rem;
|
.notification-row
|
||||||
margin-left: 4px;
|
.notification-background
|
||||||
background: @noti-bg;
|
.close-button {
|
||||||
border: 1px solid @noti-border-color;
|
margin: 7px;
|
||||||
border-radius: 10px;
|
padding: 2px;
|
||||||
color: @text-color;
|
border-radius: 6.3px;
|
||||||
|
color: #1e1e2e;
|
||||||
|
background-color: #f38ba8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-reply-button:disabled {
|
.floating-notifications.background
|
||||||
background: initial;
|
.notification-row
|
||||||
color: @text-color-disabled;
|
.notification-background
|
||||||
border: 1px solid transparent;
|
.close-button:hover {
|
||||||
|
background-color: #eba0ac;
|
||||||
|
color: #1e1e2e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-reply-button:hover {
|
.floating-notifications.background
|
||||||
background: @noti-bg-hover;
|
.notification-row
|
||||||
}
|
.notification-background
|
||||||
|
.close-button:active {
|
||||||
.body-image {
|
background-color: #f38ba8;
|
||||||
margin-top: 6px;
|
color: #1e1e2e;
|
||||||
color: @text-color-alt;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.summary {
|
|
||||||
font-size: 1rem;
|
|
||||||
font-weight: 200;
|
|
||||||
background: transparent;
|
|
||||||
color: @text-color-alt;
|
|
||||||
text-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.time {
|
|
||||||
font-size: 1rem;
|
|
||||||
font-weight: 200;
|
|
||||||
background: transparent;
|
|
||||||
color: @text-color;
|
|
||||||
text-shadow: none;
|
|
||||||
margin-right: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.body {
|
|
||||||
font-size: 1rem;
|
|
||||||
font-weight: 200;
|
|
||||||
background: transparent;
|
|
||||||
color: @text-color;
|
|
||||||
text-shadow: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-center {
|
.control-center {
|
||||||
background: @noti-bg;
|
box-shadow:
|
||||||
color: @text-color;
|
0 0 8px 0 rgba(0, 0, 0, 0.8),
|
||||||
border-radius: 10px;
|
inset 0 0 0 1px #313244;
|
||||||
|
border-radius: 12.6px;
|
||||||
|
margin: 18px;
|
||||||
|
background-color: #1e1e2e;
|
||||||
|
color: #cdd6f4;
|
||||||
|
padding: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-center .widget-title > label {
|
||||||
|
color: #cdd6f4;
|
||||||
|
font-size: 1.3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-center .widget-title button {
|
||||||
|
border-radius: 7px;
|
||||||
|
color: #cdd6f4;
|
||||||
|
background-color: #313244;
|
||||||
|
box-shadow: inset 0 0 0 1px #45475a;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-center-list {
|
.control-center .widget-title button:hover {
|
||||||
background: transparent;
|
box-shadow: inset 0 0 0 1px #45475a;
|
||||||
|
background-color: #585b70;
|
||||||
|
color: #cdd6f4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-center-list-placeholder {
|
.control-center .widget-title button:active {
|
||||||
opacity: 0.5;
|
box-shadow: inset 0 0 0 1px #45475a;
|
||||||
|
background-color: #74c7ec;
|
||||||
|
color: #1e1e2e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.floating-notifications {
|
.control-center .notification-row .notification-background {
|
||||||
background: transparent;
|
border-radius: 7px;
|
||||||
|
color: #cdd6f4;
|
||||||
|
background-color: #313244;
|
||||||
|
box-shadow: inset 0 0 0 1px #45475a;
|
||||||
|
margin-top: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blank-window {
|
.control-center .notification-row .notification-background .notification {
|
||||||
background: alpha(black, 0.1);
|
padding: 7px;
|
||||||
|
border-radius: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-title {
|
.control-center
|
||||||
color: @noti-border-color;
|
.notification-row
|
||||||
/* background: @noti-bg-alt; */
|
.notification-background
|
||||||
padding: 3px 6px;
|
.notification.critical {
|
||||||
margin: 5px;
|
box-shadow: inset 0 0 7px 0 #f38ba8;
|
||||||
font-size: 1.25rem;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-title > button {
|
.control-center
|
||||||
font-size: 1rem;
|
.notification-row
|
||||||
color: @text-color;
|
.notification-background
|
||||||
border-radius: 10px;
|
.notification
|
||||||
background: @noti-bg;
|
.notification-content {
|
||||||
border: none;
|
margin: 7px;
|
||||||
/* border: 0.5px solid @noti-border-color; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-title > button:hover {
|
.control-center
|
||||||
background: @text-color-alt;
|
.notification-row
|
||||||
color: @noti-bg-alt;
|
.notification-background
|
||||||
|
.notification
|
||||||
|
.notification-content
|
||||||
|
.summary {
|
||||||
|
color: #cdd6f4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-center
|
||||||
|
.notification-row
|
||||||
|
.notification-background
|
||||||
|
.notification
|
||||||
|
.notification-content
|
||||||
|
.time {
|
||||||
|
color: #a6adc8;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-center
|
||||||
|
.notification-row
|
||||||
|
.notification-background
|
||||||
|
.notification
|
||||||
|
.notification-content
|
||||||
|
.body {
|
||||||
|
color: #cdd6f4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-center
|
||||||
|
.notification-row
|
||||||
|
.notification-background
|
||||||
|
.notification
|
||||||
|
> *:last-child
|
||||||
|
> * {
|
||||||
|
min-height: 3.4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-center
|
||||||
|
.notification-row
|
||||||
|
.notification-background
|
||||||
|
.notification
|
||||||
|
> *:last-child
|
||||||
|
> *
|
||||||
|
.notification-action {
|
||||||
|
border-radius: 7px;
|
||||||
|
color: #cdd6f4;
|
||||||
|
background-color: #11111b;
|
||||||
|
box-shadow: inset 0 0 0 1px #45475a;
|
||||||
|
margin: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-center
|
||||||
|
.notification-row
|
||||||
|
.notification-background
|
||||||
|
.notification
|
||||||
|
> *:last-child
|
||||||
|
> *
|
||||||
|
.notification-action:hover {
|
||||||
|
box-shadow: inset 0 0 0 1px #45475a;
|
||||||
|
background-color: #313244;
|
||||||
|
color: #cdd6f4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-center
|
||||||
|
.notification-row
|
||||||
|
.notification-background
|
||||||
|
.notification
|
||||||
|
> *:last-child
|
||||||
|
> *
|
||||||
|
.notification-action:active {
|
||||||
|
box-shadow: inset 0 0 0 1px #45475a;
|
||||||
|
background-color: #74c7ec;
|
||||||
|
color: #cdd6f4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-center .notification-row .notification-background .close-button {
|
||||||
|
margin: 7px;
|
||||||
|
padding: 2px;
|
||||||
|
border-radius: 6.3px;
|
||||||
|
color: #1e1e2e;
|
||||||
|
background-color: #eba0ac;
|
||||||
|
}
|
||||||
|
|
||||||
|
.close-button {
|
||||||
|
border-radius: 6.3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-center .notification-row .notification-background .close-button:hover {
|
||||||
|
background-color: #f38ba8;
|
||||||
|
color: #1e1e2e;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-center
|
||||||
|
.notification-row
|
||||||
|
.notification-background
|
||||||
|
.close-button:active {
|
||||||
|
background-color: #f38ba8;
|
||||||
|
color: #1e1e2e;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-center .notification-row .notification-background:hover {
|
||||||
|
box-shadow: inset 0 0 0 1px #45475a;
|
||||||
|
background-color: #7f849c;
|
||||||
|
color: #cdd6f4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-center .notification-row .notification-background:active {
|
||||||
|
box-shadow: inset 0 0 0 1px #45475a;
|
||||||
|
background-color: #74c7ec;
|
||||||
|
color: #cdd6f4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notification.critical progress {
|
||||||
|
background-color: #f38ba8;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notification.low progress,
|
||||||
|
.notification.normal progress {
|
||||||
|
background-color: #89b4fa;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-center-dnd {
|
||||||
|
margin-top: 5px;
|
||||||
|
border-radius: 8px;
|
||||||
|
background: #313244;
|
||||||
|
border: 1px solid #45475a;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-center-dnd:checked {
|
||||||
|
background: #313244;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-center-dnd slider {
|
||||||
|
background: #45475a;
|
||||||
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-dnd {
|
.widget-dnd {
|
||||||
background: @noti-bg-alt;
|
margin: 0px;
|
||||||
padding: 3px 6px;
|
font-size: 1.1rem;
|
||||||
margin: 5px;
|
|
||||||
border-radius: 10px;
|
|
||||||
font-size: 1rem;
|
|
||||||
color: @noti-border-color;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-dnd > switch {
|
.widget-dnd > switch {
|
||||||
border-radius: 9999px;
|
font-size: initial;
|
||||||
/* border: 1px solid #7aa2f7; */
|
border-radius: 8px;
|
||||||
background: @text-color;
|
background: #313244;
|
||||||
|
border: 1px solid #45475a;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-dnd > switch:checked {
|
.widget-dnd > switch:checked {
|
||||||
background: @text-color-alt;
|
background: #313244;
|
||||||
/* border: 1px solid #f7768e; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-dnd > switch slider {
|
.widget-dnd > switch slider {
|
||||||
background: @noti-bg;
|
background: #45475a;
|
||||||
border-radius: 9999px;
|
border-radius: 8px;
|
||||||
|
border: 1px solid #6c7086;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-dnd > switch:checked slider {
|
.widget-mpris .widget-mpris-player {
|
||||||
background: @noti-bg;
|
background: #313244;
|
||||||
border-radius: 9999px;
|
padding: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-label {
|
.widget-mpris .widget-mpris-title {
|
||||||
margin: 5px;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-label > label {
|
.widget-mpris .widget-mpris-subtitle {
|
||||||
font-size: 1rem;
|
font-size: 0.8rem;
|
||||||
color: @text-color;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-mpris {
|
.widget-menubar > box > .menu-button-bar > button > label {
|
||||||
color: white;
|
font-size: 3rem;
|
||||||
background: transparent;
|
padding: 0.5rem 2rem;
|
||||||
border-radius: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-mpris > box > button {
|
.widget-menubar > box > .menu-button-bar > :last-child {
|
||||||
border-radius: 10px;
|
color: #f38ba8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-mpris-player {
|
.power-buttons button:hover,
|
||||||
|
.powermode-buttons button:hover,
|
||||||
|
.screenshot-buttons button:hover {
|
||||||
|
background: #313244;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-mpris-title {
|
.control-center .widget-label > label {
|
||||||
font-weight: 200;
|
color: #cdd6f4;
|
||||||
font-size: 1.15rem;
|
font-size: 2rem;
|
||||||
}
|
|
||||||
|
|
||||||
.widget-mpris-subtitle {
|
|
||||||
font-size: 0.9rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-buttons-grid {
|
.widget-buttons-grid {
|
||||||
font-size: large;
|
padding-top: 1rem;
|
||||||
color: @noti-border-color;
|
|
||||||
padding: 4px;
|
|
||||||
margin: 5px;
|
|
||||||
border-radius: 10px;
|
|
||||||
background: @noti-bg-alt;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-buttons-grid > flowbox > flowboxchild > button {
|
.widget-buttons-grid > flowbox > flowboxchild > button label {
|
||||||
margin: 1px;
|
font-size: 2.5rem;
|
||||||
background: @noti-bg;
|
|
||||||
border-radius: 10px;
|
|
||||||
color: @text-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-buttons-grid > flowbox > flowboxchild > button:hover {
|
|
||||||
background: rgba(122, 162, 247, 0.1);
|
|
||||||
color: @text-color-alt;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-menubar > box > .menu-button-bar > button {
|
|
||||||
border: none;
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.topbar-buttons > button {
|
|
||||||
border: none;
|
|
||||||
background: transparent;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-volume {
|
.widget-volume {
|
||||||
background: @noti-bg-alt;
|
padding-top: 1rem;
|
||||||
/* padding: 4px; */
|
|
||||||
/* margin: 10px 10px 5px 10px; */
|
|
||||||
border-radius: 10px;
|
|
||||||
font-size: x-large;
|
|
||||||
color: @text-color;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-volume > box > button {
|
.widget-volume label {
|
||||||
background: #7aa2f7;
|
font-size: 1.5rem;
|
||||||
border: none;
|
color: #74c7ec;
|
||||||
}
|
}
|
||||||
|
|
||||||
.per-app-volume {
|
.widget-volume trough highlight {
|
||||||
background-color: @noti-bg;
|
background: #74c7ec;
|
||||||
padding: 4px 8px 8px;
|
|
||||||
margin: 0 8px 8px;
|
|
||||||
border-radius: 10px;
|
|
||||||
color: @text-color;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-backlight {
|
.widget-backlight trough highlight {
|
||||||
background: @noti-bg-alt;
|
background: #f9e2af;
|
||||||
padding: 5px;
|
|
||||||
margin: 10px 10px 5px 10px;
|
|
||||||
border-radius: 10px;
|
|
||||||
font-size: x-large;
|
|
||||||
color: @text-color;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.low {
|
.widget-backlight label {
|
||||||
padding: 0px;
|
font-size: 1.5rem;
|
||||||
border-radius: 10px;
|
color: #f9e2af;
|
||||||
}
|
}
|
||||||
|
|
||||||
.normal {
|
.widget-backlight .KB {
|
||||||
padding: 0px;
|
padding-bottom: 1rem;
|
||||||
border-radius: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.critical {
|
.image {
|
||||||
padding: 0px;
|
padding-right: 0.5rem;
|
||||||
border-radius: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue