mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Added original Vuexy files and cloned focus2 views into vuexy views for its conversion
This commit is contained in:
52
httpdocs/themes/vuexy/vendor/css/pages/page-user-view.css
vendored
Normal file
52
httpdocs/themes/vuexy/vendor/css/pages/page-user-view.css
vendored
Normal file
@ -0,0 +1,52 @@
|
||||
.user-card .user-info-title {
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.light-style .user-card .border-container-lg {
|
||||
border-right: 1px solid #dbdade;
|
||||
}
|
||||
.light-style[dir=rtl] .user-card .border-container-lg {
|
||||
border-right: 0;
|
||||
border-left: 1px solid #dbdade;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1199.98px) {
|
||||
.light-style .user-card .border-container-lg {
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
@media (min-width: 576px) {
|
||||
.light-style .user-card .border-container {
|
||||
border-right: 1px solid #dbdade;
|
||||
}
|
||||
.light-style .timeline .break-text {
|
||||
width: calc(100% - 90px);
|
||||
}
|
||||
.light-style[dir=rtl] .user-card .border-container {
|
||||
border-right: 0;
|
||||
border-left: 1px solid #dbdade;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.dark-style .user-card .border-container-lg {
|
||||
border-right: 1px solid #434968;
|
||||
}
|
||||
.dark-style[dir=rtl] .user-card .border-container-lg {
|
||||
border-right: 0;
|
||||
border-left: 1px solid #434968;
|
||||
}
|
||||
}
|
||||
@media (min-width: 576px) {
|
||||
.dark-style .user-card .border-container {
|
||||
border-right: 1px solid #434968;
|
||||
}
|
||||
.dark-style .timeline .break-text {
|
||||
width: calc(100% - 90px);
|
||||
}
|
||||
.dark-style[dir=rtl] .user-card .border-container {
|
||||
border-right: 0;
|
||||
border-left: 1px solid #434968;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user