ソースを参照

fix: remove common.less

version-14
prssanna 4年前
コミット
0eb868eb4c
3個のファイルの変更1行の追加190行の削除
  1. +1
    -1
      frappe/public/build.json
  2. +0
    -188
      frappe/public/less/common.less
  3. +0
    -1
      frappe/public/less/desk.less

+ 1
- 1
frappe/public/build.json ファイルの表示

@@ -292,7 +292,7 @@
"css/web_form.css": [
"website/css/web_form.css",
"public/css/octicons/octicons.css",
"public/less/controls.less",
"public/scss/controls.scss",
"node_modules/frappe-datatable/dist/frappe-datatable.css"
],
"css/email.css": "public/scss/email.scss",


+ 0
- 188
frappe/public/less/common.less ファイルの表示

@@ -1,188 +0,0 @@
@import "variables.less";
@import "mixins.less";

// body {
// font-family: @font-stack;
// }

// a {
// cursor: pointer;
// }

// a,
// a:hover,
// a:active,
// a:focus,
// .btn,
// .btn:hover,
// .btn:active,
// .btn:focus {
// outline: 0;
// }

// img {
// max-width: 100%;
// }

// p {
// margin: 10px 0;
// }

// details > summary {
// cursor: pointer;
// }


// .text-muted {
// color: #8D99A6 !important;
// }


// a.grey,
// .sidebar-section a,
// .control-value a,
// .data-row a {
// text-decoration: none;
// }

// a.grey:hover,
// .sidebar-section a:hover,
// .control-value a:hover,
// .data-row a:hover,
// a.grey:focus,
// .sidebar-section a:focus,
// .control-value a:focus,
// .data-row a:focus {
// text-decoration: underline;
// }

// a.text-muted,
// a.text-extra-muted {
// text-decoration: none;
// }

// .underline {
// text-decoration: underline;
// }

// .inline-block {
// display: inline-block;
// }

// .bold,
// .strong {
// font-weight: bold;
// }

// kbd {
// color: inherit;
// background-color: @btn-bg;
// }

// .btn [class^="fa fa-"],
// .nav [class^="fa fa-"],
// .btn [class*="fa fa-"],
// .nav [class*="fa fa-"] {
// display: inline-block;
// }



// .centered {
// position: absolute;
// top: 50%;
// left: 50%;
// transform: translate(-50%, -50%);
// -webkit-transform: translate(-50%, -50%);
// }

// .border-(@position) {
// .border-@{position} {
// border-@{position}: 1px solid var(--border-color);
// }
// }

// .border-(top);
// .border-(bottom);
// .border-(left);
// .border-(right);

// .border {
// border: 1px solid var(--border-color);
// }

// .rounded {
// border-radius: var(--border-radius);
// }

// .close-inline {
// font-size: 120%;
// font-weight: bold;
// line-height: 1;
// cursor: pointer;
// color: inherit;
// display: inline-block;
// }

// .close-inline:hover,
// .close-inline:focus {
// text-decoration: none;
// }

// .middle {
// vertical-align: middle;
// }

// a.no-decoration& {
// text-decoration: none;
// color: inherit;

// &:hover,
// &:focus,
// &:active {
// text-decoration: none;
// color: inherit;
// }
// }

// .padding {
// padding: 15px;
// }

// .margin {
// margin: 15px;
// }

// .margin-(@position) {
// .margin-@{position} {
// margin-@{position}: 15px;
// }
// }

// .margin-(top);
// .margin-(bottom);
// .margin-(left);
// .margin-(right);

// @media (max-width: 767px) {
// .text-center-xs {
// text-align: center;
// }
// }


// .uppercase {
// .text-uppercase();
// }

// .ellipsis {
// .text-ellipsis();
// }

/* Given that the element that text-ellipsis is applied to,
should have a max width for it to work */
// .ellipsis-width {
// max-width: 200px;
// }

/* Font size utilities */

+ 0
- 1
frappe/public/less/desk.less ファイルの表示

@@ -1,6 +1,5 @@
@import "variables.less";
@import "mixins.less";
@import "common.less";

// .nav-pills a, .nav-pills a:hover {
// border-bottom: none;


読み込み中…
キャンセル
保存