mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
BS5 CMS migration - Add border radius on images option to CMS (#20659)
* introducing new classes for border radius * adding if else for conditionals GitOrigin-RevId: dae2a11e3ba98801d9559127f93af2dbe06a1d89
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
.img-rounded {
|
||||
border-radius: var(--border-radius-large);
|
||||
}
|
||||
|
||||
.images-border-radius-base {
|
||||
img {
|
||||
border-radius: var(--border-radius-base);
|
||||
}
|
||||
}
|
||||
|
||||
.images-border-radius-medium {
|
||||
img {
|
||||
border-radius: var(--border-radius-medium);
|
||||
}
|
||||
}
|
||||
|
||||
.images-border-radius-large {
|
||||
img {
|
||||
border-radius: var(--border-radius-large);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user