|
@@ -15,27 +15,30 @@
|
|
|
justify-content: space-between;
|
|
|
margin-top: #{5 + map-deep-get($config-global, "spacing", "vertical")};
|
|
|
max-width: 100vw;
|
|
|
- min-height: #{210 - map-deep-get($config-global, "spacing", "vertical")};
|
|
|
+ min-height: #{110 - map-deep-get($config-global, "spacing", "vertical")};
|
|
|
padding-top: #{0.5 * map-deep-get($config-global, "spacing", "vertical")};
|
|
|
position: relative;
|
|
|
|
|
|
&:before,
|
|
|
&:after {
|
|
|
background: #{map-deep-get($config-global, "color", "foreground", "default")};
|
|
|
- border-radius: 50%;
|
|
|
+ border-top-left-radius: 200px;
|
|
|
+ border-top-right-radius: 200px;
|
|
|
content: "";
|
|
|
display: block;
|
|
|
- position: absolute;
|
|
|
- top: -#{map-deep-get($config-global, "spacing", "vertical")};
|
|
|
+ height: 100px;
|
|
|
left: 50%;
|
|
|
margin-left: -100px;
|
|
|
+ position: absolute;
|
|
|
+ top: -#{map-deep-get($config-global, "spacing", "vertical")};
|
|
|
width: 200px;
|
|
|
- height: 200px;
|
|
|
}
|
|
|
|
|
|
&:after {
|
|
|
background: #{map-deep-get($config-global, "color", "primary", "default")};
|
|
|
- height: 210px;
|
|
|
+ border-top-left-radius: 210px;
|
|
|
+ border-top-right-radius: 210px;
|
|
|
+ height: 110px;
|
|
|
margin-left: -105px;
|
|
|
transform: translateY(-5px);
|
|
|
width: 210px;
|