15 lines
228 B
Plaintext
15 lines
228 B
Plaintext
.container {
|
|
display: flex;
|
|
gap: 4px;
|
|
align-items: center;
|
|
|
|
width: 100%;
|
|
height: 32px;
|
|
padding: 4px;
|
|
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-radius: 8px;
|
|
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 10%);
|
|
}
|