Update changelog

This commit is contained in:
Jeremy Thomas 2018-05-30 10:54:32 +02:00
parent c0966157b0
commit b98a454615
4 changed files with 8 additions and 2 deletions

View File

@ -6,6 +6,10 @@
* #1884 New `$navbar-burger-color` variable
### Bug fixes
* #1749 Fix icons floating out of input area
## 0.7.1
### Improvements

View File

@ -4173,6 +4173,7 @@ a.box:active {
}
.control {
clear: both;
font-size: 1rem;
position: relative;
text-align: left;
@ -6582,6 +6583,7 @@ body.has-navbar-fixed-bottom {
height: 3.25rem;
position: relative;
width: 3.25rem;
color: #4a4a4a;
margin-left: auto;
}

File diff suppressed because one or more lines are too long

View File

@ -540,10 +540,10 @@ $help-size: $size-small !default
margin-right: 0.75rem
.control
clear: both //fixes the icon floating out of the input when help text is floated right
font-size: $size-normal
position: relative
text-align: left
clear: both //fixes the icon floating out of the input when help text is floated right
// Modifiers
// DEPRECATED
&.has-icon