assets/themes/j1/core/css/themes/unolight/bootstrap.css in j1-template-2022.5.0.rc2 vs assets/themes/j1/core/css/themes/unolight/bootstrap.css in j1-template-2022.5.0.rc3

- old
+ new

@@ -18892,9 +18892,65 @@ background-color: #fff; background-image: -webkit-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%); } /* # ----------------------------------------------------------------------------- + # ~/scss/theme_uno/extensions/_sticker.scss + # Provides styles for sticker images + # + # Product/Info: + # https://jekyll.one + # + # Copyright (C) 2022 Juergen Adams + # + # J1 Template is licensed under the MIT License. + # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE + # ----------------------------------------------------------------------------- +*/ +.sticker-wrapper { + display: flex; + justify-content: center; + align-items: center; } + +.sticker { + position: absolute; + z-index: 110; } + +.sticker-wrapper-150 { + display: flex; + justify-content: center; + align-items: center; + width: 150px; + height: 150px; + border-radius: 50%; + background-color: transparent; + overflow: hidden; } + +.sticker-wrapper-200 { + display: flex; + justify-content: center; + align-items: center; + width: 200px; + height: 200px; + border-radius: 50%; + background-color: transparent; + overflow: hidden; } + +.sticker-right-150 { + margin-top: -40px; + right: 470px; + position: absolute; + z-index: 110; } + +.sticker-right-200 { + margin-top: -60px; + right: 430px; + left: auto; + position: absolute; + z-index: 110; } + +/* + # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/_switches.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design #