mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
parent
f9ee19ae05
commit
75a4b06e44
@ -4,7 +4,7 @@
|
||||
|
||||
.@{card-prefix-cls} {
|
||||
background: @component-background;
|
||||
border-radius: @border-radius-sm;
|
||||
border-radius: @border-radius-base;
|
||||
font-size: @font-size-base;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
@ -28,7 +28,7 @@
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
border: @border-width-base @border-style-base @border-color-base;
|
||||
border-radius: 3px;
|
||||
border-radius: @border-radius-sm;
|
||||
background-color: #fff;
|
||||
transition: all .3s;
|
||||
|
||||
|
@ -292,7 +292,7 @@
|
||||
.@{calendar-prefix-cls}-ok-btn {
|
||||
.btn;
|
||||
.btn-primary;
|
||||
.button-size(@btn-padding-sm; @font-size-base; @border-radius-sm);
|
||||
.button-size(@btn-padding-sm; @font-size-base; @border-radius-base);
|
||||
position: absolute;
|
||||
bottom: 8px;
|
||||
right: 9px;
|
||||
|
@ -85,7 +85,6 @@
|
||||
.@{calendar-prefix-cls}-input,
|
||||
.@{calendar-timepicker-prefix-cls}-input {
|
||||
.input;
|
||||
border-radius: @border-radius-sm;
|
||||
height: @input-height-sm;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
|
@ -12,7 +12,6 @@
|
||||
.input-sm() {
|
||||
padding: @input-padding-vertical-sm @input-padding-horizontal;
|
||||
height: @input-height-sm;
|
||||
border-radius: @border-radius-sm;
|
||||
}
|
||||
|
||||
// input status
|
||||
|
@ -177,9 +177,6 @@
|
||||
}
|
||||
|
||||
&-sm {
|
||||
.@{select-prefix-cls}-selection {
|
||||
border-radius: @border-radius-sm;
|
||||
}
|
||||
.@{select-prefix-cls}-selection--single {
|
||||
height: @input-height-sm;
|
||||
}
|
||||
|
@ -91,7 +91,7 @@
|
||||
// Buttons
|
||||
@btn-font-weight : 500;
|
||||
@btn-border-radius-base : @border-radius-base;
|
||||
@btn-border-radius-sm : @border-radius-sm;
|
||||
@btn-border-radius-sm : @border-radius-base;
|
||||
|
||||
@btn-primary-color : #fff;
|
||||
@btn-primary-bg : @primary-color;
|
||||
|
@ -209,7 +209,7 @@
|
||||
height: 48px;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
border-radius: @border-radius-sm;
|
||||
border-radius: @border-radius-base;
|
||||
}
|
||||
|
||||
.@{upload-item}-thumbnail.@{iconfont-css-prefix}:before {
|
||||
|
Loading…
Reference in New Issue
Block a user