CARGA
This commit is contained in:
2025-04-17 00:29:21 -06:00
parent 97b5f308a7
commit e36207bfb2
2553 changed files with 441497 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
.card-plain {
background: transparent;
box-shadow: none;
.card-header:not(.card-avatar) {
margin-left: 0;
margin-right: 0;
}
.card-body {
padding-left: 5px;
padding-right: 5px;
}
.card-header-image {
margin: 0 !important;
border-radius: $border-radius-large;
img {
border-radius: $border-radius-large;
}
}
.card-footer {
padding-left: 5px;
padding-right: 5px;
background-color: transparent;
}
}

View File

@@ -0,0 +1,48 @@
.card-profile{
margin-top: 30px;
text-align: center;
.card-avatar {
margin: -50px auto 0;
border-radius: 50%;
overflow: hidden;
padding: 0;
@include shadow-big();
& + .card-body {
margin-top: 15px;
}
img {
width: 100%;
height: auto;
}
}
.card-body + .card-footer {
margin-top: -15px;
}
.card-footer {
.btn.btn-just-icon {
font-size: 20px;
padding: 12px 12px;
line-height: 1em;
}
}
&.card-plain {
.card-avatar {
margin-top: 0;
}
}
.card-header:not([class*="card-header-"]){
background: transparent;
}
.card-avatar {
max-width: 130px;
max-height: 130px;
}
}

View File

@@ -0,0 +1,46 @@
.card-stats{
.card-header{
&.card-header-icon,
&.card-header-text{
text-align: right;
}
.card-icon + .card-title,
.card-icon + .card-category{
padding-top: 10px;
}
&.card-header-icon .card-title,
&.card-header-text .card-title,
&.card-header-icon .card-category,
&.card-header-text .card-category {
margin: 0;
}
.card-category {
margin-bottom: 0;
margin-top: 0;
&:not([class*="text-"]){
color: $gray-color;
font-size: $font-paragraph;
}
}
& + .card-footer{
border-top: 1px solid #eee;
margin-top: 20px;
}
&.card-header-icon i {
font-size: 36px;
line-height: 56px;
width: 56px;
height: 56px;
text-align: center;
}
}
.card-body {
text-align: right;
}
}