pip-webui
Version:
HTML5 UI for LOB applications
33 lines (28 loc) • 550 B
text/less
// @file CSS styles for settings tabs
// @copyright Digital Living Software Corp. 2014-2016
.pip-settings {
.md-tile-left {
position: relative;
.rm(16px);
height: 80px;
width: 80px
}
.pip-date {
md-input-container {
.tm(4px);
.bm(4px);
}
}
.pip-sessions.pip-details-title {
.pip-subtitle {
min-height: 24px;
line-height: 24px;
height: auto;
white-space: normal;
}
}
}
.change-password-dialog,
.verify-email-dialog {
width: 440px;
}