1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-14 00:59:26 +00:00
Purism-Calls/src/style.css
2021-11-30 13:04:13 -08:00

32 lines
474 B
CSS

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