mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
add rounded images
This commit is contained in:
parent
e0d586a4e0
commit
1e5267c5b2
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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% {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user