aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/index/Panel.less
blob: 68e6c8e797fb34b5a195b5eb977adb0bac6f4027 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.@{prefixClass}-panel {
  z-index: 1070;
  width: 170px;
  position: absolute;
  box-sizing: border-box;

  * {
    box-sizing: border-box;
  }

  &-inner {
    display: inline-block;
    position: relative;
    outline: none;
    list-style: none;
    font-size: 12px;
    text-align: left;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 5px #ccc;
    background-clip: padding-box;
    border: 1px solid #ccc;
    line-height: 1.5;
  }

  &-narrow {
    max-width: 113px;
  }
}