mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-28 12:24:23 +00:00
Update changelog
This commit is contained in:
parent
c0966157b0
commit
b98a454615
@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
* #1884 New `$navbar-burger-color` variable
|
* #1884 New `$navbar-burger-color` variable
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
|
||||||
|
* #1749 Fix icons floating out of input area
|
||||||
|
|
||||||
## 0.7.1
|
## 0.7.1
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
|
@ -4173,6 +4173,7 @@ a.box:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.control {
|
.control {
|
||||||
|
clear: both;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@ -6582,6 +6583,7 @@ body.has-navbar-fixed-bottom {
|
|||||||
height: 3.25rem;
|
height: 3.25rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 3.25rem;
|
width: 3.25rem;
|
||||||
|
color: #4a4a4a;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
docs/css/bulma-docs.min.css
vendored
2
docs/css/bulma-docs.min.css
vendored
File diff suppressed because one or more lines are too long
@ -540,10 +540,10 @@ $help-size: $size-small !default
|
|||||||
margin-right: 0.75rem
|
margin-right: 0.75rem
|
||||||
|
|
||||||
.control
|
.control
|
||||||
|
clear: both //fixes the icon floating out of the input when help text is floated right
|
||||||
font-size: $size-normal
|
font-size: $size-normal
|
||||||
position: relative
|
position: relative
|
||||||
text-align: left
|
text-align: left
|
||||||
clear: both //fixes the icon floating out of the input when help text is floated right
|
|
||||||
// Modifiers
|
// Modifiers
|
||||||
// DEPRECATED
|
// DEPRECATED
|
||||||
&.has-icon
|
&.has-icon
|
||||||
|
Loading…
Reference in New Issue
Block a user