This commit is contained in:
Jeremy Thomas
2020-10-31 19:28:40 +00:00
parent 9787f3037e
commit e9389a9821
4 changed files with 33 additions and 0 deletions

View File

@@ -540,6 +540,18 @@ fieldset[disabled] .button.is-text {
box-shadow: none;
}
.button.is-ghost {
background: none;
border-color: transparent;
color: #3273dc;
text-decoration: none;
}
.button.is-ghost:hover, .button.is-ghost.is-hovered {
color: #3273dc;
text-decoration: underline;
}
.button.is-white {
background-color: white;
border-color: transparent;