assets/themes/j1/core/css/themes/unolight/bootstrap.css in j1-template-2023.0.7 vs assets/themes/j1/core/css/themes/unolight/bootstrap.css in j1-template-2023.0.8

- old
+ new

@@ -11598,11 +11598,10 @@ # J1 Theme is licensed under the MIT License. # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md # ----------------------------------------------------------------------------- */ a { - color: #616161 !important; font-weight: 500 !important; text-decoration: none; border-bottom: 1px dotted; } a.link-no-decoration { @@ -15155,11 +15154,10 @@ .card-header:first-child { border-radius: 0 !important; } .card-body { - margin-top: .75rem !important; text-align: initial; color: rgba(0, 0, 0, 0.87) !important; background-color: #f5f5f5; line-height: 1.5; } @@ -17887,26 +17885,75 @@ # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md # ----------------------------------------------------------------------------- # NOTE: Styles for J1 Theme Lanes # ----------------------------------------------------------------------------- */ +/* .elevated-z0 { + background-color: transparent; + // padding-top: 0; + // padding-bottom: 0; + // border-top: 0; + // border-bottom: 0; +} + +.elevated-z1 { + background-color: rgba(0, 0, 0, 0.05); +// padding-top: .1rem; +// padding-bottom: .1rem; +// border-top: 0; +// border-bottom: 0; +} + +.elevated-z2 { + background-color: rgba(0, 0, 0, 0.1); + // padding-top: .1rem; + // padding-bottom: .1rem; + // border-top: 1px solid rgba(0, 0, 0, 0.1); + // border-bottom: 1px solid rgba(0, 0, 0, 0.1); +} + +.elevated-z3 { + background-color: rgba(0, 0, 0, 0.2); + // padding-top: .1rem; + // padding-bottom: .1rem; + // border-top: 1px solid rgba(0, 0, 0, 0.2); + // border-bottom: 1px solid rgba(0, 0, 0, 0.2); +} + +.elevated-z4 { + background-color: rgba(0, 0, 0, 0.3); + // padding-top: .1rem; + // padding-bottom: .1rem; + // border-top: 1px solid rgba(0, 0, 0, 0.3); + // border-bottom: 1px solid rgba(0, 0, 0, 0.3); +} + +.elevated-z5 { + background-color: rgba(0, 0, 0, 0.4); + // padding-top: .1rem; + // padding-bottom: .1rem; + // border-top: 1px solid rgba(0, 0, 0, 0.4); + // border-bottom: 1px solid rgba(0, 0, 0, 0.4); +} +*/ +.elevated-z0 { background-color: transparent; } .elevated-z1 { - background-color: rgba(0, 0, 0, 0.05); } + background-color: #EEEEEE; } .elevated-z2 { - background-color: rgba(0, 0, 0, 0.1); } + background-color: #E0E0E0; } .elevated-z3 { - background-color: rgba(0, 0, 0, 0.2); } + background-color: #BDBDBD; } .elevated-z4 { - background-color: rgba(0, 0, 0, 0.3); } + background-color: #9E9E9E; } .elevated-z5 { - background-color: rgba(0, 0, 0, 0.4); } + background-color: #757575; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/_pages.scss #