mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #1875
This commit is contained in:
@@ -2619,6 +2619,10 @@ fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
.button.is-normal {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.button.is-medium {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
@@ -2689,6 +2693,19 @@ fieldset[disabled] .button {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
|
||||
border-radius: 2px;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.buttons.has-addons .button:not(:first-child) {
|
||||
border-bottom-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
@@ -5066,6 +5083,28 @@ fieldset[disabled] .select select:hover {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
.tags.has-addons .tag {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.tags.has-addons .tag:not(:first-child) {
|
||||
border-bottom-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
}
|
||||
|
||||
.tags.has-addons .tag:not(:last-child) {
|
||||
border-bottom-right-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
.tags.is-centered {
|
||||
justify-content: center;
|
||||
}
|
||||
@@ -5172,6 +5211,10 @@ fieldset[disabled] .select select:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.tag:not(body).is-normal {
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
.tag:not(body).is-medium {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user