Compare commits
No commits in common. "236397fc9c184e683c87640931fa12a65b36d2f6" and "bb346773bdf8433ab825f128d52194af4fca24f5" have entirely different histories.
236397fc9c
...
bb346773bd
3 changed files with 2 additions and 21 deletions
|
@ -3,7 +3,6 @@
|
||||||
--padding-small: 0.5rem;
|
--padding-small: 0.5rem;
|
||||||
--padding-large: 2rem;
|
--padding-large: 2rem;
|
||||||
--radius-default: 3px;
|
--radius-default: 3px;
|
||||||
--radius-border: 15px;
|
|
||||||
--transition-default: 150ms;
|
--transition-default: 150ms;
|
||||||
|
|
||||||
--color-success: #328104;
|
--color-success: #328104;
|
||||||
|
|
|
@ -63,24 +63,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:after, &:before {
|
|
||||||
content: '';
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
bottom: calc(-1 * var(--radius-border));
|
|
||||||
background: var(--color-blue-darkest);
|
|
||||||
width: var(--radius-border);
|
|
||||||
height: var(--radius-border);
|
|
||||||
}
|
|
||||||
|
|
||||||
&:after {
|
|
||||||
right: 0;
|
|
||||||
mask: radial-gradient(var(--radius-border) at 0 100%,#0000 98%,#000);
|
|
||||||
}
|
|
||||||
|
|
||||||
&:before {
|
|
||||||
left: 0;
|
|
||||||
mask: radial-gradient(var(--radius-border) at 100% 100%,#0000 98%,#000);
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -46,6 +46,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
border-top-left-radius: 15px;
|
||||||
|
border-top-right-radius: 15px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: var(--color-lightest);
|
background: var(--color-lightest);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue