10 lines
178 B
CSS
10 lines
178 B
CSS
@import "../UI/theme";
|
|
|
|
.root {
|
|
position: relative;
|
|
border: 2px solid rgba(0,0,0,0.1);
|
|
border-radius: var(--borderRadius);
|
|
margin-bottom: 20px;
|
|
padding: 0 20px 12px;
|
|
}
|