forked from dbroqua/MusicTopus
{WIP} Bulma => Knacss (add album)
This commit is contained in:
parent
5b0f5a69c4
commit
21a184bf8d
7 changed files with 321 additions and 154 deletions
|
@ -1,5 +1,15 @@
|
|||
.field {
|
||||
padding-top: .6rem;
|
||||
|
||||
&.has-addons {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
|
||||
.button {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: 800;
|
||||
}
|
||||
|
@ -24,6 +34,8 @@
|
|||
white-space: nowrap;
|
||||
border-width: 1px;
|
||||
margin-bottom: .5rem;
|
||||
background-color: #fff;
|
||||
border-color: #dbdbdb;
|
||||
|
||||
&.is-danger {
|
||||
background-color: #f14668;
|
||||
|
@ -48,4 +60,14 @@
|
|||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
&.is-primary {
|
||||
background-color: #48c78e;
|
||||
border-color: transparent;
|
||||
color: #fff;
|
||||
|
||||
&:hover {
|
||||
background-color: #3ec487;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue