@font-size-lg (#1752)

This commit is contained in:
afc163 2016-11-08 21:07:01 +08:00
parent 4844d92709
commit 0ec4276eab
14 changed files with 19 additions and 18 deletions

View File

@ -16,7 +16,7 @@
}
&-icon {
font-size: 14px;
font-size: @font-size-lg;
top: 9px;
left: 16px;
position: absolute;
@ -113,7 +113,7 @@
}
&-with-description &-message {
font-size: 14px;
font-size: @font-size-lg;
color: @heading-color;
display: block;
margin-bottom: 4px;

View File

@ -26,7 +26,7 @@
padding: 0 24px;
&-title {
font-size: 14px;
font-size: @font-size-lg;
display: inline-block;
text-overflow: ellipsis;
width: 100%;

View File

@ -292,7 +292,7 @@ form {
.square(@input-height-lg);
line-height: @input-height-lg;
text-align: center;
font-size: 14px;
font-size: @font-size-lg;
animation: zoomIn .3s @ease-out-back;
.iconfont-font("");
}

View File

@ -50,7 +50,7 @@
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 14px;
font-size: @font-size-lg;
line-height: inherit;
color: @text-color-secondary;
border: 0;

View File

@ -93,7 +93,7 @@
right: 0;
z-index: 2;
.square(@height);
font-size: 14px;
font-size: @font-size-lg;
line-height: @height;
text-align: center;
pointer-events: none;

View File

@ -46,7 +46,7 @@
.@{iconfont-css-prefix} {
margin-right: 8px;
font-size: 14px;
font-size: @font-size-lg;
top: 1px;
position: relative;
}

View File

@ -23,7 +23,7 @@
.@{confirm-prefix-cls}-title {
color: @text-color;
font-weight: bold;
font-size: 14px;
font-size: @font-size-lg;
}
.@{confirm-prefix-cls}-content {

View File

@ -21,7 +21,7 @@
&-title {
margin: 0;
font-size: 14px;
font-size: @font-size-lg;
line-height: 21px;
font-weight: bold;
}
@ -59,7 +59,7 @@
text-rendering: auto;
width: 14px;
height: 14px;
font-size: 14px;
font-size: @font-size-lg;
line-height: 1;
&:before {

View File

@ -23,7 +23,7 @@
overflow: hidden;
&-message {
font-size: 14px;
font-size: @font-size-lg;
color: @heading-color;
margin-bottom: 4px;
white-space: nowrap;
@ -41,7 +41,7 @@
}
&-with-icon &-message {
font-size: 14px;
font-size: @font-size-lg;
margin-left: 48px;
margin-bottom: 4px;
}

View File

@ -151,7 +151,7 @@
line-height: 23px;
text-align: center;
border-radius: 26px;
font-size: 14px;
font-size: @font-size-lg;
margin-right: 8px;
transition: background-color 0.3s ease, border-color 0.3s ease;
@ -172,7 +172,7 @@
margin-top: 2.5px;
}
.@{steps-prefix-cls}-title {
font-size: 14px;
font-size: @font-size-lg;
margin-bottom: 4px;
color: @text-color;
font-weight: bold;

View File

@ -17,6 +17,7 @@
@heading-color : #404040;
@text-color-secondary : #999;
@font-size-base : 12px;
@font-size-lg : @font-size-base + 2px;
@line-height-base : 1.5;
@border-radius-base : 6px;
@border-radius-sm : 4px;
@ -88,7 +89,7 @@
@btn-disable-border : @border-color-base;
@btn-padding-base : 4px 15px;
@btn-font-size-lg : 14px;
@btn-font-size-lg : @font-size-lg;
@btn-padding-lg : 4px 15px 5px 15px;
@btn-padding-sm : 1px 7px;

View File

@ -33,7 +33,7 @@
&-nav-container {
overflow: hidden;
font-size: 14px;
font-size: @font-size-lg;
line-height: @line-height-base;
box-sizing: border-box;
position: relative;

View File

@ -34,7 +34,7 @@
height: 32px;
line-height: 32px;
text-align: center;
font-size: 14px;
font-size: @font-size-lg;
.@{iconfont-css-prefix} {
transition: all .3s;
font-size: @font-size-base;

View File

@ -91,7 +91,7 @@
margin-bottom: 24px;
}
p.@{upload-prefix-cls}-text {
font-size: 14px;
font-size: @font-size-lg;
}
p.@{upload-prefix-cls}-hint {
font-size: @font-size-base;