30 lines
520 B
CSS
30 lines
520 B
CSS
.site-main {
|
|
min-height:1000px;
|
|
}
|
|
|
|
.menua-checked {
|
|
color:#A758A5;
|
|
}
|
|
|
|
.menua:hover {
|
|
color:#A758A5 !important;
|
|
}
|
|
|
|
.menuaSub:hover {
|
|
color:#A758A5 !important;
|
|
}
|
|
|
|
.widget-border {
|
|
//background-image: linear-gradient(to right,#3858f6,#6e86ff,#8068ff,#3858f6);
|
|
background-image: linear-gradient(to right,#7E427C,#995097,#A359A1,#7E427C) !important;
|
|
}
|
|
|
|
:root {
|
|
--btn-primary:#A758A5;
|
|
--color-primary:#A758A5;
|
|
}
|
|
|
|
/*.list-home {*/
|
|
/* height:500px;*/
|
|
/*}*/
|