mirror of
https://github.com/crater-invoice/crater.git
synced 2025-11-04 06:23:17 -05:00
fix conflicts
This commit is contained in:
@ -490,7 +490,7 @@
|
||||
font-weight: 300;
|
||||
font-size: 12px;
|
||||
padding-top: 2px;
|
||||
padding-left: 10px;
|
||||
// padding-left: 10px;
|
||||
|
||||
textarea {
|
||||
|
||||
@ -504,6 +504,7 @@
|
||||
border: none;
|
||||
resize: none;
|
||||
width: 100%;
|
||||
padding-left: 11px;
|
||||
color: $ls-color-gray--very-dark;
|
||||
}
|
||||
}
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
}
|
||||
|
||||
.filter-date {
|
||||
flex: 1;
|
||||
flex: 2;
|
||||
display: flex;
|
||||
margin-right: 40px;
|
||||
align-items: center;
|
||||
@ -55,7 +55,7 @@
|
||||
margin-top: 28px;
|
||||
}
|
||||
|
||||
@media(max-width: $medium-breakpoint ) {
|
||||
@media(max-width: $large-breakpoint ) {
|
||||
.filter-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user