...
|
...
|
@@ -75,6 +75,7 @@ export default { |
|
|
color: #fff;
|
|
|
overflow: hidden;
|
|
|
display: flex;
|
|
|
align-items: stretch;
|
|
|
|
|
|
&.theme-white {
|
|
|
background-color: #fff;
|
...
|
...
|
@@ -87,6 +88,10 @@ export default { |
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
> * {
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
.flex {
|
|
|
display: flex;
|
|
|
align-items: center;
|
...
|
...
|
|