topTrial.scss 254 Bytes
Newer Older
Lijiaoa's avatar
Lijiaoa committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$circle: 10px;
$bgblue: #0071bc;

.maxmin {
    margin-top: 40px;

    .circle {
        width: $circle;
        height: $circle;
        border-radius: 50%;
        background-color: $bgblue;
        margin-top: 6px;
        margin-right: 18px;
    }
}