Skip to content
Discussion options

You must be logged in to vote

I figure something out. Not great but it works:
app.scss:

.button-link {
  @extend .outline;
  padding: 0!important;
  margin: 0!important;
  width: 100%;
  border: 0;
}

.reset {
  padding:0;
  margin: 0;
}

html:

<form action="/logout" method="post" class="reset">
            <button type="submit" class="button-link">Logout</button>
          </form>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ivansantos-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant