Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_box.scss « components « sass « assets - github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 58f72ec08e3006942a3c691214b9ebad4d0de362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.box {
  font-size: 0.925rem;
  font-family: $title-font;
  word-break: keep-all;
  padding: 0.5rem;
  margin: 2rem 1rem;
  border-radius: 0.5rem;

  @include themify($themes) {
    border: 1px solid themed('content-box-border-color');
    background-color: themed('content-box-background-color');
  }
}