refactor: Remove unused styles

This commit is contained in:
Suraj Shetty 2021-02-15 17:49:50 +05:30
parent ee124e8415
commit 2e1fdcd55f
2 changed files with 4 additions and 28 deletions

View file

@ -1,28 +1 @@
@import "variables.less";
.form-page.second-page {
border-top: 1px solid @border-color;
}
.help ol {
padding-left: 19px;
}
.frappe-control& {
margin-bottom: 15px;
.help-box {
margin-top: 3px;
margin-bottom: 6px;
}
pre {
white-space: pre-wrap;
background-color: inherit;
border: none;
padding: 0px;
margin: 0px;
}
}

View file

@ -401,8 +401,11 @@
}
// forms
.form-page {
&.second-page {
border-top: 1px solid var(--border-color);
}
.form-section {
padding: 0px 15px;
}