refactor: Remove unused styles
This commit is contained in:
parent
ee124e8415
commit
2e1fdcd55f
2 changed files with 4 additions and 28 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -401,8 +401,11 @@
|
|||
}
|
||||
|
||||
// forms
|
||||
|
||||
.form-page {
|
||||
&.second-page {
|
||||
border-top: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
.form-section {
|
||||
padding: 0px 15px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue