File tree Expand file tree Collapse file tree 5 files changed +50
-19
lines changed Expand file tree Collapse file tree 5 files changed +50
-19
lines changed Original file line number Diff line number Diff line change 1
- /*
2
- * patternlab-node - v0.10.0 - 2015
3
- *
1
+ /*
2
+ * patternlab-node - v0.10.0 - 2015
3
+ *
4
4
* Brian Muenzenmeyer, and the web community.
5
- * Licensed under the MIT license.
6
- *
7
- * Many thanks to Brad Frost and Dave Olsen for inspiration, encouragement, and advice.
5
+ * Licensed under the MIT license.
6
+ *
7
+ * Many thanks to Brad Frost and Dave Olsen for inspiration, encouragement, and advice.
8
8
*
9
9
*/
10
10
Original file line number Diff line number Diff line change 1
- /*
2
- * patternlab-node - v0.10.0 - 2015
3
- *
1
+ /*
2
+ * patternlab-node - v0.10.0 - 2015
3
+ *
4
4
* Brian Muenzenmeyer, and the web community.
5
- * Licensed under the MIT license.
6
- *
7
- * Many thanks to Brad Frost and Dave Olsen for inspiration, encouragement, and advice.
5
+ * Licensed under the MIT license.
6
+ *
7
+ * Many thanks to Brad Frost and Dave Olsen for inspiration, encouragement, and advice.
8
8
*
9
9
*/
10
10
Original file line number Diff line number Diff line change
1
+ /* ------------------------------------*\
2
+ $MESSAGING
3
+ \*------------------------------------*/
4
+
5
+ // Alerts
6
+ .alert {
7
+ text-align : center ;
8
+ padding : $pad ;
9
+ margin-bottom : $space-half ;
10
+ border : 1px solid $gray ;
11
+ background : $gray-light ;
12
+ }
13
+
14
+ .alert-error {
15
+ color : $error ;
16
+ border-color : $error ;
17
+ background : #ffbebe ;
18
+ }
Original file line number Diff line number Diff line change 5
5
$TABLE OF CONTENTS
6
6
\*------------------------------------*/
7
7
/**
8
- * VARIABLES..............................Declarations of Sass variables
8
+ * VARIABLES..............................Declarations of Sass variables
9
9
* .....Colors
10
10
* .....Typography
11
11
* .....Layout
12
12
* .....Defaults
13
13
* .....Breakpoints
14
- * MIXINS.................................Sass mixins
14
+ * MIXINS.................................Sass mixins
15
15
* RESET..................................Set reset defaults
16
16
* GLOBAL CLASSES.........................Set reset defaults
17
17
* GLOBAL ELEMENTS........................Establish global styles
35
35
/* CSS Transition
36
36
Usage: @include transition(width,0.3s,ease-out);
37
37
*/
38
- /* Rem Unit font sizes with relative fallback http:/seesparkbox.com/foundry/scss_rem_mixin_now_with_a_better_fallback
38
+ /* Rem Unit font sizes with relative fallback http:/seesparkbox.com/foundry/scss_rem_mixin_now_with_a_better_fallback
39
39
Usage: @include font-size(1, large);
40
40
*/
41
41
/*------------------------------------*\
@@ -1406,3 +1406,17 @@ td {
1406
1406
.comment-text {
1407
1407
margin-left : 9em ;
1408
1408
}
1409
+
1410
+ .alert {
1411
+ text-align : center;
1412
+ padding : 1rem ;
1413
+ margin-bottom : .5rem ;
1414
+ border : 1px solid # 808080 ;
1415
+ background : # f9f9f9 ;
1416
+ }
1417
+
1418
+ .alert-error {
1419
+ color : # F00 ;
1420
+ border-color : # F00 ;
1421
+ background : # ffbebe ;
1422
+ }
Original file line number Diff line number Diff line change 7
7
$TABLE OF CONTENTS
8
8
\*------------------------------------*/
9
9
/* *
10
- * VARIABLES..............................Declarations of Sass variables
10
+ * VARIABLES..............................Declarations of Sass variables
11
11
* .....Colors
12
12
* .....Typography
13
13
* .....Layout
14
14
* .....Defaults
15
15
* .....Breakpoints
16
- * MIXINS.................................Sass mixins
16
+ * MIXINS.................................Sass mixins
17
17
* RESET..................................Set reset defaults
18
18
* GLOBAL CLASSES.........................Set reset defaults
19
19
* GLOBAL ELEMENTS........................Establish global styles
92
92
@import " scss/objects/sections" ;
93
93
@import " scss/objects/article" ;
94
94
@import " scss/objects/comments" ;
95
-
96
-
95
+ @import " scss/objects/messaging" ;
You can’t perform that action at this time.
0 commit comments