lib/assets/stylesheets/tao/ui/slide_box.scss in tao_ui-0.2.9 vs lib/assets/stylesheets/tao/ui/slide_box.scss in tao_ui-0.2.10

- old
+ new

@@ -1,8 +1,18 @@ @import 'tao/ui/globals'; @import 'tao/ui/shared/slide_box'; .tao-slide-box { + .slide-box-content > header, + .slide-box-content > .header { + text-align: center; + font-size: 1rem; + color: $text-color; + line-height: 3rem; + border-bottom: 1px solid $border-color; + font-weight: bold; + } + & > .slide-box-wrapper > .link-close { display: none; justify-content: center; align-items: center; width: 2rem;