VIEW.less.ftl 647 字节
Newer Older
Shine-zwj's avatar
Shine-zwj committed
1 2 3
<#ibizinclude>
../@MACRO/DEFAULT.less.ftl
</#ibizinclude>
Shine-zwj's avatar
Shine-zwj committed
4 5 6 7 8
<#if view.getViewStyle?? && view.getViewStyle()?? && view.getViewStyle()?lower_case == 'entitydatakanbanviewcard'>
.entitydatakanbanviewcard {
  background-color: #F0F2F5;
  box-shadow: none !important;

Shine-zwj's avatar
Shine-zwj committed
9
  >.view-card {
Shine-zwj's avatar
Shine-zwj committed
10
    background-color: #F0F2F5;
Shine-zwj's avatar
Shine-zwj committed
11 12 13
    >.ivu-card-head{
        display: none;
    }
14 15 16
    >.ivu-card-body {
      height: 100%;
    }
Shine-zwj's avatar
Shine-zwj committed
17 18 19 20 21 22 23 24 25
  }
  .portlet-card {
    background-color: #f0f2f5;
  }

  .custom-card {
    background-color: #ffffff;
    margin: 5px;
    box-shadow: 1px 1px 5px rgb(209, 205, 205);
Shine-zwj's avatar
Shine-zwj committed
26
    .view-card {
Shine-zwj's avatar
Shine-zwj committed
27
      background-color: #ffffff;
Shine-zwj's avatar
Shine-zwj committed
28
    }
Shine-zwj's avatar
Shine-zwj committed
29 30 31
  }

}
32
</#if>