mirror of https://github.com/onweru/compose.git

weru
22.23.2021 58a2428792e9c5aa43ee0713a3e532ddc78b9123
edit styles
2 files modified
6 ■■■■ changed files
assets/sass/_base.sass 4 ●●●● patch | view | raw | blame | history
assets/sass/_components.sass 2 ●●● patch | view | raw | blame | history
assets/sass/_base.sass
@@ -115,13 +115,13 @@
.aside
  overflow-y: auto
  // background: var(--accent)
  background: var(--bg)
  padding: 1rem 1.5rem
  border-radius: 0.25rem
  align-self: start
  max-height: 80vh
  position: sticky
  z-index: 3
  z-index: 9999
  top: 0.25rem
  @media screen and (min-width: 42rem)
    top: 2.5rem
assets/sass/_components.sass
@@ -322,7 +322,7 @@
    border-radius: 50%
    background-color: var(--theme)
    background-image: url(../icons/info.svg)
    background-size: 25%
    background-size: 12%
    background-position: 50% 50%
    background-repeat: no-repeat