[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
siami
/
scss
/
components
/
widget
/
[
Home
]
File: _widget-card-list.scss
.card-list{ overflow: unset; height: calc(100% - 50px); .card-header{ padding-top: 0; padding-bottom: 0; .photo{ overflow: hidden; border-radius: 5px; width: 100%; } } @include respond('tab-land') { height: calc(100% - 40px); } &.list-left{ margin-top: 15px; margin-left: 15px; .card-header{ padding-left: 0; .photo{ margin: -15px 15px 0 -15px; } } } &.list-right{ margin-top: 15px; margin-right: 15px; text-align: right; .card-header{ padding-right: 0; .photo{ margin: -15px -15px 0 15px; img{ width:100%; } } } } &.list-center{ margin-top: 15px; .card-header{ .photo{ margin: -15px 0 0 0; } } } .photo img{ width:100%; } } .card-profile{ .profile-photo{ margin-top: -20px; } }