Adjust border radius to 2px

This commit is contained in:
Phuc Nguyen 2014-10-13 16:51:37 +07:00
parent 881513c029
commit 9b8404ab8d
9 changed files with 20 additions and 20 deletions

View File

@ -4198,7 +4198,7 @@ fieldset[disabled] .navbar .btn-link:focus {
position: relative;
width: 100%;
/**************************************************************************/
border-radius: 3px;
border-radius: 2px;
color: rgba(0, 0, 0, 0.84);
background: #ffffff;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
@ -4221,8 +4221,8 @@ fieldset[disabled] .navbar .btn-link:focus {
.card .card-image img {
width: 100%;
height: 100%;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.card .card-image .card-image-headline {
position: absolute;

File diff suppressed because one or more lines are too long

View File

@ -4197,7 +4197,7 @@ fieldset[disabled] .navbar .btn-link:focus {
position: relative;
width: 100%;
/**************************************************************************/
border-radius: 3px;
border-radius: 2px;
color: rgba(0, 0, 0, 0.84);
background: #ffffff;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
@ -4220,8 +4220,8 @@ fieldset[disabled] .navbar .btn-link:focus {
.card .card-image img {
width: 100%;
height: 100%;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.card .card-image .card-image-headline {
position: absolute;

File diff suppressed because one or more lines are too long

View File

@ -19,7 +19,7 @@
/**************************************************************************/
border-radius: 3px;
border-radius: 2px;
color: @card-body-text;
background: @card-body-background;
@ -32,8 +32,8 @@
img {
width: 100%;
height: 100%;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.card-image-headline {
position: absolute;
@ -62,4 +62,4 @@
}
}
}
}
}

View File

@ -4198,7 +4198,7 @@ fieldset[disabled] .navbar .btn-link:focus {
position: relative;
width: 100%;
/**************************************************************************/
border-radius: 3px;
border-radius: 2px;
color: rgba(0, 0, 0, 0.84);
background: #ffffff;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
@ -4221,8 +4221,8 @@ fieldset[disabled] .navbar .btn-link:focus {
.card .card-image img {
width: 100%;
height: 100%;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.card .card-image .card-image-headline {
position: absolute;

File diff suppressed because one or more lines are too long

View File

@ -4197,7 +4197,7 @@ fieldset[disabled] .navbar .btn-link:focus {
position: relative;
width: 100%;
/**************************************************************************/
border-radius: 3px;
border-radius: 2px;
color: rgba(0, 0, 0, 0.84);
background: #ffffff;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
@ -4220,8 +4220,8 @@ fieldset[disabled] .navbar .btn-link:focus {
.card .card-image img {
width: 100%;
height: 100%;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.card .card-image .card-image-headline {
position: absolute;

File diff suppressed because one or more lines are too long