1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 06:39:32 +00:00
Purism-Calls/src/style.css
2021-02-03 23:28:57 +01:00

28 lines
430 B
CSS

keypad > grid > button, .dial-button, .delete-button {
border-radius: 9999px;
-gtk-outline-radius: 9999px;
}
.dial-button {
padding: 19px 42px
}
.delete-button {
padding: 8px 12px;
}
.phone-number-entry {
font-size: 24px;
}
.error-state-message {
background-color: @error_color;
border-bottom: 1px solid darker(@error_color);
color: @theme_base_color;
padding: 6px;
}
.no-background {
background: none;
}