CSS wrote in Organized Classes (SCSS Format) related accounts page
This commit is contained in:
parent
b0ea6acb75
commit
b3721378a4
File diff suppressed because one or more lines are too long
|
|
@ -2,5 +2,5 @@
|
|||
"/js/velocity.js": "/js/velocity.js?id=045fcd0fe4945a15152e",
|
||||
"/js/velocity-core.js": "/js/velocity-core.js?id=6d269d95c3cfc74183cb",
|
||||
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
|
||||
"/css/velocity.css": "/css/velocity.css?id=86999e0bc04a99d5e2ae"
|
||||
"/css/velocity.css": "/css/velocity.css?id=b7bcd48354323173b162"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1115,21 +1115,6 @@ i.within-circle {
|
|||
}
|
||||
}
|
||||
|
||||
.account-content .account-layout .account-table-content.profile-page-content .table {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.account-content .account-layout .table table tr {
|
||||
margin-bottom: 20px;
|
||||
border: 1px solid #CCCCCC;
|
||||
}
|
||||
|
||||
.account-content .account-layout .table table tr td {
|
||||
width: 100%;
|
||||
border-top: none;
|
||||
border-right: 1px solid #CCCCCC !important;
|
||||
}
|
||||
|
||||
.velocity-divide-page .right {
|
||||
width: 99% !important;
|
||||
}
|
||||
|
|
@ -1138,8 +1123,27 @@ i.within-circle {
|
|||
width: 101.2% !important;
|
||||
}
|
||||
|
||||
.account-content .account-layout .table table tr td {
|
||||
width: auto;
|
||||
border-top: none;
|
||||
border-right: 1px solid #CCCCCC !important;
|
||||
.account-content {
|
||||
.account-layout {
|
||||
.account-table-content.profile-page-content {
|
||||
.table {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.table {
|
||||
table {
|
||||
tr {
|
||||
margin-bottom: 20px;
|
||||
border: 1px solid #CCCCCC;
|
||||
|
||||
td {
|
||||
width: auto;
|
||||
border-top: none;
|
||||
border-right: 1px solid #CCCCCC !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue