{WIP} Bulma => Knacss (signin/signup)

This commit is contained in:
Damien Broqua 2022-02-18 09:15:48 +01:00
parent 62607e2a83
commit 5b0f5a69c4
10 changed files with 167 additions and 136 deletions

View file

@ -22,10 +22,6 @@
.navbar-item {
align-items: center;
display: flex;
@include respond-to("medium-up") {
// display: block;
}
img {
max-height: 1.75rem;
@ -296,30 +292,5 @@
&:last-child {
margin-bottom: -0.5rem;
}
.button {
cursor: pointer;
justify-content: center;
padding-bottom: calc(0.5em - 1px);
padding-left: 1em;
padding-right: 1em;
padding-top: calc(0.5em - 1px);
text-align: center;
white-space: nowrap;
border-width: 1px;
margin-bottom: .5rem;
&.is-danger {
background-color: #f14668;
border-color: transparent;
color: #fff;
}
&.is-link {
background-color: #485fc7;
border-color: transparent;
color: #fff;
}
}
}
}