Skip to content

Commit 3bc79f7

Browse files
committed
publishing prerelease version 1.2.7-10
1 parent d1bf459 commit 3bc79f7

40 files changed

Lines changed: 182 additions & 144 deletions

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-base-apps",
3-
"version": "1.2.7-9",
3+
"version": "1.2.7-10",
44
"main": [
55
"scss/base.scss",
66
"dist/js/base-apps.js",

dist/css/base-apps.css

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4194,6 +4194,36 @@ a, [ui-sref], [ba-open], [ba-close], [ba-toggle] {
41944194
.card-section {
41954195
padding: 1rem; }
41964196

4197+
div[ba-no-support] {
4198+
position: absolute;
4199+
top: 0;
4200+
left: 0;
4201+
height: 100%;
4202+
width: 100%;
4203+
z-index: 10000;
4204+
background: #000000;
4205+
/* fallback */
4206+
background: rgba(0, 0, 0, 0.75); }
4207+
div[ba-no-support] div {
4208+
background: #F04124;
4209+
color: #fff;
4210+
width: 50%;
4211+
top: 15%;
4212+
padding: 1%;
4213+
position: absolute;
4214+
left: 50%;
4215+
margin: 0 0 0 -25%;
4216+
/* add negative left margin for half the width to center the div */
4217+
cursor: default;
4218+
z-index: 10001;
4219+
border-radius: 4px;
4220+
box-shadow: 0 0 5px rgba(0, 0, 0, 0.9); }
4221+
div[ba-no-support] div a {
4222+
color: #fff;
4223+
font-weight: bold; }
4224+
div[ba-no-support] div p, div[ba-no-support] div a {
4225+
font-family: Arial, Helvetica, sans-serif !important; }
4226+
41974227
/*
41984228
Odds and ends.
41994229
*/

dist/css/base-apps.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/docs/assets/css/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/docs/assets/js/app.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/docs/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@
1212
<script src="assets/js/templates.js"></script>
1313
</head>
1414
<body ba-esc-close ba-close-all>
15+
<!-- No Support Detection -->
16+
<div ba-no-support>
17+
<div>
18+
<p>
19+
We're sorry, your browser does not support all required functionality needed to run our app.
20+
Please switch to a different device or browser and try again.
21+
You can update your browser <a href="http://www.browsehappy.com">here</a>.
22+
</p>
23+
<p>
24+
If you're using Internet Explorer, try turning off Compatibility View if it's enabled.
25+
</p>
26+
</div>
27+
</div>
1528

1629
<!-- Right Off Canvas -->
1730
<ba-offcanvas id="example-canvas-top" position="top">

dist/docs/partials/global-nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<nav class="global-nav">
22
<ul class="title-area">
33
<li class="name">
4-
<h1><a><strong>Angular Base Apps 1.2.7-9</strong></a></h1>
4+
<h1><a><strong>Angular Base Apps 1.2.7-10</strong></a></h1>
55
</li>
66
</ul>
77
<ul class="right">
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
$accordion-border: 1px solid $gray-dark;
2-
32
$accordion-title-background: $gray-light;
43
$accordion-title-background-hover: smartscale($accordion-title-background, 5%);
54
$accordion-title-background-active: smartscale($accordion-title-background, 3%);
65
$accordion-title-color: isitlight($accordion-title-background);
76
$accordion-title-color-active: isitlight($accordion-title-background);
8-
97
$accordion-title-padding: $global-padding;
10-
$accordion-content-padding: $global-padding;
8+
$accordion-content-padding: $global-padding;

dist/docs/partials/scss/action-sheet.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
$actionsheet-shadow: 0 -3px 10px rgba(black, 0.25);
88
$actionsheet-padding: $global-padding;
99
$actionsheet-tail-size: 10px;
10-
1110
$actionsheet-popup-shadow: 0 0 10px rgba(black, 0.25);
12-
1311
$actionsheet-link-color: #000;
14-
$actionsheet-link-background-hover: smartscale($actionsheet-background);
12+
$actionsheet-link-background-hover: smartscale($actionsheet-background);
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
$blocklist-background: #fff;
22
$blocklist-fullbleed: true;
33
$blocklist-fontsize: 1rem;
4-
54
$blocklist-item-padding: 0.8rem 1rem;
65
$blocklist-item-color: isitlight($blocklist-background, #000, #fff);
76
$blocklist-item-background-hover: smartscale($blocklist-background, 4.5%);
87
$blocklist-item-color-disabled: #999;
98
$blocklist-item-border: 1px solid smartscale($blocklist-background, 18.5%);
10-
119
$blocklist-item-label-color: scale-color($blocklist-item-color, $lightness: 60%);
1210
$blocklist-item-icon-size: 0.8;
13-
1411
$blocklist-header-fontsize: 0.8em;
1512
$blocklist-header-color: smartscale($blocklist-item-color, 40%);
1613
$blocklist-header-uppercase: true;
17-
18-
$blocklist-check-icons: true;
14+
$blocklist-check-icons: true;

0 commit comments

Comments
 (0)