Sha256: 6be9a037337ce8d3ed909f706ca45164dd7d03c4f233b37625335a4b3252e153
Contents?: true
Size: 843 Bytes
Versions: 29
Compression:
Stored size: 843 Bytes
Contents
.accordion { &__padding-left { padding-left: 0; } &__typography--card-header .btn-link { color: $primary-blue; font-family: $font-family-paragraph; font-size: 1.4rem; font-weight: 700; text-align: left; &:hover { color: $primary-red; } } &__button::before { background-color: $primary-blue; border-radius: 50%; color: #fff; content: ' \002D'; display: inline-block; font-family: $font-family-paragraph; font-size: 2rem; font-weight: 400; height: 30px; line-height: 30px; margin-right: 10px; text-align: center; text-decoration: none !important; text-indent: 0; vertical-align: middle; width: 30px; } &__button.collapsed::before { content: ' \002B'; } } .accordion__button { text-indent: -45px; margin-left: 45px; }
Version data entries
29 entries across 29 versions & 1 rubygems