project done before

This commit is contained in:
kicap1992
2021-06-23 16:57:23 +08:00
commit 15fa0dcc92
1144 changed files with 252494 additions and 0 deletions

View File

@ -0,0 +1,48 @@
.card-chart {
.card-header{
.card-title{
margin-top: 10px;
margin-bottom: 0;
}
.card-category{
margin-bottom: 5px;
}
}
.table{
margin-bottom: 0;
td{
border-top: none;
border-bottom: 1px solid #e9ecef;
}
}
.card-progress {
margin-top: 30px;
}
.chart-area {
height: 190px;
width: calc(100% + 30px);
margin-left: -15px;
margin-right: -15px;
}
.card-footer {
margin-top: 15px;
.stats{
color: $dark-gray;
}
}
.dropdown{
position: absolute;
right: 20px;
top: 20px;
.btn{
margin: 0;
}
}
}

View File

@ -0,0 +1,3 @@
.map{
height: 500px;
}

View File

@ -0,0 +1,17 @@
.card-plain{
background: transparent;
box-shadow: none;
.card-header,
.card-footer{
margin-left: 0;
margin-right: 0;
background-color: transparent;
}
&:not(.card-subcategories).card-body{
padding-left: 0;
padding-right: 0;
}
}

View File

@ -0,0 +1,48 @@
%card-stats{
hr{
margin: 5px 15px;
}
}
.card-stats{
.card-body{
padding: 15px 15px 0px;
.numbers{
text-align: right;
font-size: 2em;
p{
margin-bottom: 0;
}
.card-category {
color: $dark-gray;
font-size: 16px;
line-height: 1.4em;
}
}
}
.card-footer{
padding: 0px 15px 15px;
.stats{
color: $dark-gray;
}
hr{
margin-top: 10px;
margin-bottom: 15px;
}
}
.icon-big {
font-size: 3em;
min-height: 64px;
i{
line-height: 59px;
}
}
}

View File

@ -0,0 +1,50 @@
.card-user{
.image{
height: 130px;
img {
border-radius: 12px;
}
}
.author{
text-align: center;
text-transform: none;
margin-top: -77px;
a + p.description{
margin-top: -7px;
}
}
.avatar{
width: 124px;
height: 124px;
border: 1px solid $white-color;
position: relative;
}
.card-body{
min-height: 240px;
}
hr{
margin: 5px 15px 15px;
}
.card-body + .card-footer {
padding-top: 0;
}
.card-footer {
h5 {
font-size: 1.25em;
margin-bottom: 0;
}
}
.button-container{
margin-bottom: 6px;
text-align: center;
}
}