You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
353 B
29 lines
353 B
.container { |
|
width: 100%; |
|
height: 100%; |
|
} |
|
|
|
.toolbar { |
|
background-color: #fff; |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-between; |
|
} |
|
|
|
.action { |
|
float: left; |
|
display: flex; |
|
flex-direction: column; |
|
font-size: 14px; |
|
text-align: left; |
|
} |
|
|
|
.search { |
|
position: absolute; |
|
top: 10px; |
|
right: 0; |
|
} |
|
|
|
.search > input { |
|
outline: none; |
|
}
|
|
|