@import './src/styles/variables'; .button, a, button { margin-bottom: 1ch; margin-right: 1ch; } a { max-width: 35em; @extend .truncate; } .truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } :host { padding: 2em; } .has-background-success { background: $logo_color_2; }