Procházet zdrojové kódy

style: Remove duplicate css selectors

version-14
Suraj Shetty před 4 roky
rodič
revize
236b0358ab
1 změnil soubory, kde provedl 3 přidání a 9 odebrání
  1. +3
    -9
      frappe/public/scss/desk/form.scss

+ 3
- 9
frappe/public/scss/desk/form.scss Zobrazit soubor

@@ -383,6 +383,8 @@
margin-top: 0;
}
}
padding-left: 0px !important;
padding-right: 0px !important;
}

.form-column {
@@ -395,11 +397,6 @@
border-bottom: none;
}

.form-section {
padding-left: 0px !important;
padding-right: 0px !important;
}

// forms
.form-page {
&.second-page {
@@ -421,13 +418,10 @@

&:last-child {
margin-bottom: 0px;
border-bottom: 0px;
}
}

.frappe-control:last-child {
border-bottom: 0px;
}

.frappe-control[data-fieldtype="Table"] {
padding: 0px 15px;
margin-top: -1px;


Načítá se…
Zrušit
Uložit