2021-07-19 08:45:54 +00:00
|
|
|
keypad > grid > button, .dial-button, .delete-button .rounded-button {
|
2020-01-28 15:35:02 +00:00
|
|
|
border-radius: 9999px;
|
|
|
|
-gtk-outline-radius: 9999px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dial-button {
|
|
|
|
padding: 19px 42px
|
|
|
|
}
|
|
|
|
|
|
|
|
.delete-button {
|
|
|
|
padding: 8px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phone-number-entry {
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
2020-03-19 16:41:08 +00:00
|
|
|
|
2021-07-19 08:45:54 +00:00
|
|
|
.address-entry {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
2020-03-19 16:41:08 +00:00
|
|
|
.error-state-message {
|
|
|
|
background-color: @error_color;
|
|
|
|
border-bottom: 1px solid darker(@error_color);
|
2021-11-30 20:13:47 +00:00
|
|
|
color: @white;
|
2020-03-19 16:41:08 +00:00
|
|
|
padding: 6px;
|
|
|
|
}
|
2020-03-30 16:23:49 +00:00
|
|
|
|
2021-01-20 14:13:52 +00:00
|
|
|
.no-background {
|
|
|
|
background: none;
|
|
|
|
}
|