Releasing new design #161
@ -19,11 +19,11 @@
|
||||
|
||||
.actionButtons {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: end;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-left: auto;
|
||||
padding: 1.5px 0;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.search {
|
||||
@ -37,6 +37,12 @@
|
||||
outline: solid 1px #dddddd;
|
||||
background: white;
|
||||
|
||||
width: 100%;
|
||||
|
||||
@container (width >= 610px) {
|
||||
max-width: 246px;
|
||||
}
|
||||
|
||||
&:focus-within {
|
||||
outline-color: $primary-main;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user