Fix reminder inputs and the close buttons not properly aligned
This commit is contained in:
parent
da1d34789d
commit
471301d1a7
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
||||||
.reminders {
|
.reminders {
|
||||||
.reminder-input {
|
.reminder-input {
|
||||||
margin: 0;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
&.overdue input {
|
&.overdue input {
|
||||||
color: $red;
|
color: $red;
|
||||||
|
@ -12,11 +13,11 @@
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $red;
|
color: $red;
|
||||||
vertical-align: sub;
|
padding-left: .5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
width: 90%;
|
width: 100%;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
|
Loading…
Reference in a new issue