add rounded images

This commit is contained in:
Dennis Eichhorn 2020-03-22 17:05:23 +01:00
parent e0d586a4e0
commit 1e5267c5b2
2 changed files with 14 additions and 0 deletions

View File

@ -23,6 +23,15 @@ img {
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
} }
&.rounded {
border-radius: 50%;
background: #fff;
}
&.bordered {
border: 1px solid var(--box-border);;
}
} }
@keyframes slidy { @keyframes slidy {

View File

@ -3408,6 +3408,11 @@ img.frame-3 {
border: 1px solid var(--box-border); border: 1px solid var(--box-border);
box-sizing: border-box; box-sizing: border-box;
width: 100%; } width: 100%; }
img.rounded {
border-radius: 50%;
background: #fff; }
img.bordered {
border: 1px solid var(--box-border); }
@keyframes slidy { @keyframes slidy {
0% { 0% {