STYLE Add new framed style for images with border-radius and overflow properties
This commit is contained in:
parent
67be46e9a9
commit
50d559b5e1
4
resources/css/base/image.css
Normal file
4
resources/css/base/image.css
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
.is-style-framed {
|
||||||
|
border-radius: 10px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user