Added scss

This commit is contained in:
CHIEFSOFT\ameye
2024-12-05 10:41:45 -05:00
parent a0cf6db4b8
commit f023f1d77c
170 changed files with 32386 additions and 2 deletions
+49
View File
@@ -0,0 +1,49 @@
.crypto-currency {
.crypto{
font-size: 4rem;
}
.datatable-wrapper {
.table{
td, th {
vertical-align: middle;
}
td{
&:first-child{
i{
font-size:2.5rem;
}
}
}
}
}
}
.crypto-chart-info {
position: absolute;
bottom: 0;
}
.currency-price{
.input-group-text {
background-color: rgba($primary, 0.1);
border-color: rgba($primary, 0.1);
color: $primary; font-weight: bold;
}
.input-group-prepend {
select.form-control{
background-color: rgba($primary, 0.1);
border-color: rgba($primary, 0.1);
color: $primary;
font-weight: bold;
}
}
}
.crypto-table{
tbody{
> tr {
> td {
font-weight: bold;
color: $dark;
}
}
}
}