seitime-frappe/frappe/public/less/dashboard_view.less
2020-05-18 22:06:32 +05:30

60 lines
838 B
Text

.dashboard-page {
.dashboard-view {
min-height: calc(100vh - 284px);
padding: 20px 20px 0 20px;
.new-widget {
text-align: center;
}
.new-chart-widget {
min-height: 200px;
}
.new-number-card-widget {
min-height: 110px;
}
}
.empty-dashboard {
margin-top: 45px;
}
.page-form {
height: 50px;
.dashboard-header {
padding: 10px;
display: flex;
justify-content: space-between;
width: 100%;
.header-title {
line-height: 1.5em;
vertical-align: text-bottom;
}
.restricted-button {
cursor: default;
position: relative;
right: 5px;
top: -3px;
}
}
.customize-dashboard {
font-size: 13px;
cursor: pointer;
}
.customize-options {
display: none;
cursor: pointer;
.customize-option:hover {
text-decoration: underline;
}
}
}
}