-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #245 from gyselroth/v3.2.x
V3.2.x readme improvements / fix #242
- Loading branch information
Showing
12 changed files
with
96 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
## 3.2.5 | ||
**Maintainer**: balloon-team <[email protected]>\ | ||
**Date**: | ||
|
||
* [CHANGE] "Reload" Banner, when update is available #242 | ||
|
||
|
||
## 3.2.4 | ||
**Maintainer**: balloon-team <[email protected]>\ | ||
**Date**: Fri Jun 28 09:41:04 CEST 2019 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
|
||
.app-notification { | ||
$buttonHeight: 30px; | ||
|
||
@include clearfix; | ||
|
||
display: none; | ||
position: absolute; | ||
width: 100%; | ||
height: $appNotificationHeight; | ||
background-color: $colorActiveBlue; | ||
color: $colorWhite; | ||
z-index: 12001; | ||
padding: 5px; | ||
box-sizing: border-box; | ||
|
||
.app-notification-button { | ||
@include icon-button-small($buttonHeight); | ||
|
||
float: left; | ||
|
||
&:hover { | ||
color: $colorActiveBlue; | ||
border-color: $colorWhite; | ||
background-color: $colorWhite; | ||
} | ||
} | ||
|
||
.app-notification-text { | ||
width: 100%; | ||
} | ||
|
||
.app-notification-button + .app-notification-text { | ||
$margin-left: 10px; | ||
|
||
float: left; | ||
line-height: $buttonHeight; | ||
margin-left: $margin-left; | ||
width: calc(100% - #{$buttonHeight + $margin-left}); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ $pannelWidthM: 400px; | |
|
||
$fsContentSidePaddingM: 30px; | ||
$fsContentSidePaddingS: 20px; | ||
|
||
$appNotificationHeight: 40px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters