Added a way to add html to content
This commit is contained in:
15
styles/image.scss
Normal file
15
styles/image.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
.inline-image {
|
||||
.default-border {
|
||||
border: var(--primaryColor) solid .25rem;
|
||||
border-radius: 1rem;
|
||||
}
|
||||
.sm-size {
|
||||
height: 15rem;
|
||||
}
|
||||
.md-size {
|
||||
height: 25rem;
|
||||
}
|
||||
.lg-size {
|
||||
height: 40rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user