profile modal color change

This commit is contained in:
Eudes Inácio
2021-10-25 13:33:54 +01:00
parent 52852127d4
commit 8dcebae99c
2 changed files with 17 additions and 6 deletions
+5
View File
@@ -25,6 +25,8 @@
}
.profile-content{
padding: 20px 20px;
//color: var(--profile-text-color) !important;
}
.icon{
@@ -35,12 +37,15 @@
font-weight: 300;
font-size: 20px !important;
margin-bottom: 40px !important;
color: var(--profile-text-color) !important;
}
.line{
width: 100% !important;
margin-top: 15px;
border-top: 1px solid #d8d8d8;
color: var(--profile-title-color-RoleDescription) !important;
}
.btn-delete{