Files
Notify/data/resources/style.css
2023-10-26 10:05:53 +02:00

66 lines
1003 B
CSS

.title-header{
font-size: 36px;
font-weight: bold;
}
button.small {
padding: 6px 12px;
min-height: 0px;
min-width: 0px;
font-size: 14px;
}
.chip {
min-height: 16px;
min-width: 16px;
padding: 2px 5px;
color: @theme_fg_color;
border-radius: 8px;
font-weight: bold;
}
.chip--warning {
background: alpha(@yellow_2, 0.2);
color: darker(@yellow_5);
}
.chip--info {
background: alpha(@blue_2, 0.2);
color: darker(@blue_5);
}
.chip--degraded {
background: alpha(@orange_2, 0.2);
color: darker(@orange_5);
}
.chip--danger {
background: alpha(@red_2, 0.2);
color: darker(@red_5);
}
.chip--small {
font-size: 0.8rem;
}
.chip.circular {
border-radius: 24px;
padding: 2px 2px;
}
.sourceview {
padding: 4px 8px;
}
.code {
border-radius: 12px;
border: 1px solid @borders;
}
.message_bar {
padding: 2px 2px;
background-color: @sidebar_bg_color;
border-radius: 24px;
}
.message_bar entry {
background-color: @sidebar_bg_color;
border-radius: 12px;
}