1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| /* eslint-disable */
| /**liuwh
| * 4/6/2020, 5:17:40 PM
| * doc comment for the file goes here
| */
|
| /** Happy Coding */
| .rules-list {
| &-main {
| background: #fff;
| margin: 20px;
| padding: 20px;
| }
| }
| .modal-list .modal-list-item:last-child {
| border-bottom: none;
| }
| .modal-list-item {
| border-bottom: 1px solid #ccc;
| padding: 5px;
| & > span {
| margin-right: 40px;
| }
| }
|
|