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:
35
httpdocs/themes/vuexy/vendor/css/pages/page-profile.css
vendored
Normal file
35
httpdocs/themes/vuexy/vendor/css/pages/page-profile.css
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
.user-profile-header-banner img {
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
.user-profile-header {
|
||||
margin-top: -2rem;
|
||||
}
|
||||
.user-profile-header .user-profile-img {
|
||||
border: 5px solid;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
.light-style .user-profile-header .user-profile-img {
|
||||
border-color: #fff;
|
||||
}
|
||||
|
||||
.dark-style .user-profile-header .user-profile-img {
|
||||
border-color: #2f3349;
|
||||
}
|
||||
|
||||
.dataTables_wrapper .card-header .dataTables_filter label {
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
.user-profile-header-banner img {
|
||||
height: 150px;
|
||||
}
|
||||
.user-profile-header .user-profile-img {
|
||||
width: 100px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user