mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-22 17:47:11 +03:00
Adjust border radius to 2px
This commit is contained in:
parent
881513c029
commit
9b8404ab8d
6
dist/css/material-wfont.css
vendored
6
dist/css/material-wfont.css
vendored
|
@ -4198,7 +4198,7 @@ fieldset[disabled] .navbar .btn-link:focus {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
border-radius: 3px;
|
border-radius: 2px;
|
||||||
color: rgba(0, 0, 0, 0.84);
|
color: rgba(0, 0, 0, 0.84);
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
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 {
|
.card .card-image img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 2px;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 2px;
|
||||||
}
|
}
|
||||||
.card .card-image .card-image-headline {
|
.card .card-image .card-image-headline {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
2
dist/css/material-wfont.min.css
vendored
2
dist/css/material-wfont.min.css
vendored
File diff suppressed because one or more lines are too long
6
dist/css/material.css
vendored
6
dist/css/material.css
vendored
|
@ -4197,7 +4197,7 @@ fieldset[disabled] .navbar .btn-link:focus {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
border-radius: 3px;
|
border-radius: 2px;
|
||||||
color: rgba(0, 0, 0, 0.84);
|
color: rgba(0, 0, 0, 0.84);
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
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 {
|
.card .card-image img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 2px;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 2px;
|
||||||
}
|
}
|
||||||
.card .card-image .card-image-headline {
|
.card .card-image .card-image-headline {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
2
dist/css/material.min.css
vendored
2
dist/css/material.min.css
vendored
File diff suppressed because one or more lines are too long
8
less/_cards.import.less
vendored
8
less/_cards.import.less
vendored
|
@ -19,7 +19,7 @@
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
border-radius: 3px;
|
border-radius: 2px;
|
||||||
color: @card-body-text;
|
color: @card-body-text;
|
||||||
background: @card-body-background;
|
background: @card-body-background;
|
||||||
|
|
||||||
|
@ -32,8 +32,8 @@
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 2px;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 2px;
|
||||||
}
|
}
|
||||||
.card-image-headline {
|
.card-image-headline {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -62,4 +62,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4198,7 +4198,7 @@ fieldset[disabled] .navbar .btn-link:focus {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
border-radius: 3px;
|
border-radius: 2px;
|
||||||
color: rgba(0, 0, 0, 0.84);
|
color: rgba(0, 0, 0, 0.84);
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
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 {
|
.card .card-image img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 2px;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 2px;
|
||||||
}
|
}
|
||||||
.card .card-image .card-image-headline {
|
.card .card-image .card-image-headline {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
2
template/material/css/material-wfont.min.css
vendored
2
template/material/css/material-wfont.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -4197,7 +4197,7 @@ fieldset[disabled] .navbar .btn-link:focus {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
border-radius: 3px;
|
border-radius: 2px;
|
||||||
color: rgba(0, 0, 0, 0.84);
|
color: rgba(0, 0, 0, 0.84);
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
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 {
|
.card .card-image img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 2px;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 2px;
|
||||||
}
|
}
|
||||||
.card .card-image .card-image-headline {
|
.card .card-image .card-image-headline {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
2
template/material/css/material.min.css
vendored
2
template/material/css/material.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user