2017-03-15 14:30:41 -04:00
|
|
|
@import "../UI/theme";
|
|
|
|
|
2016-10-28 10:21:13 +02:00
|
|
|
.root {
|
|
|
|
position: relative;
|
2017-03-15 14:30:41 -04:00
|
|
|
border: 2px solid rgba(0,0,0,0.1);
|
|
|
|
border-radius: var(--borderRadius);
|
2016-10-28 10:21:13 +02:00
|
|
|
margin-bottom: 20px;
|
2017-03-15 14:30:41 -04:00
|
|
|
padding: 0 20px 12px;
|
2016-10-28 10:21:13 +02:00
|
|
|
}
|