Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit fffedef

Browse files
committed
Merge branch 'release/0.1.10'
2 parents 221bcf5 + 76b05cf commit fffedef

File tree

3 files changed

+32
-15
lines changed

3 files changed

+32
-15
lines changed

bootstrap/_buttons.scss

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,25 @@
66
// --------------------------------------------------
77

88
.btn {
9-
display: inline-block;
10-
color: $btn-default-color;
11-
font-weight: $btn-font-weight;
12-
text-align: center;
13-
-webkit-text-size-adjust: none;
149
@include button-size($btn-default-width, $btn-default-height, $btn-padding-vertical, $btn-padding-horizontal, $btn-font-size, $btn-border-radius-base);
10+
11+
[btnvml] {
12+
v-text-anchor: middle;
13+
}
14+
center {
15+
font-family: $font-family;
16+
font-weight: $btn-font-weight;
17+
}
18+
a {
19+
display: inline-block;
20+
color: $btn-default-color;
21+
font-family: $font-family;
22+
font-weight: $btn-font-weight;
23+
text-align: center;
24+
text-decoration: none;
25+
-webkit-text-size-adjust: none;
26+
mso-hide: all;
27+
}
1528
}
1629

1730
// Alternate buttons
@@ -26,7 +39,9 @@
2639
}
2740

2841
.btn-link {
29-
color: $link-color;
30-
text-decoration: $link-decoration;
42+
a, center {
43+
color: $link-color;
44+
text-decoration: $link-decoration;
45+
}
3146
}
3247

bootstrap/mixins/_buttons.scss

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
21
@mixin button-size($width, $height, $padding-vertical, $padding-horizontal, $font-size, $border-radius) {
3-
#{v\:} {
4-
//-attr-arcsize: 10%;
2+
[btnvlm] {
53
height: $height;
64
width: $width;
75
}
6+
7+
center {
8+
font-size: $font-size;
9+
}
10+
811
a {
9-
height: $height;
12+
//height: $height;
1013
width: $width;
1114
padding: $padding-vertical $padding-horizontal;
1215
border-radius: $border-radius;
@@ -16,12 +19,11 @@
1619
}
1720

1821
@mixin button-variant($color, $background) {
19-
#{v\:} {
20-
//-attr-fillcolor: $background;
22+
center {
23+
color: $color;
2124
}
2225
a {
2326
color: $color;
24-
text-decoration: none;
2527
background-color: $background;
2628
}
2729
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dcode-mail-bootstrap",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "Default CSS tructure for DcodeMail grunt",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)