[VID-3] Setting docker image tag
[vid.git] / vid / src / main / webapp / app / vid / test / testMso.css
1 div[ng-controller=testController] button {
2         width: 200px;
3         margin: 3px;
4 }
5
6 h3 {
7         margin-bottom: 5px;
8 }
9
10 ol, li {
11         list-style-type: decimal !important;
12 }
13
14 div[ng-controller=testController]>div>span {
15         font-size: 20px;
16         margin-left: 10px;
17 }
18
19 div[ng-controller=testController] input[type=checkbox] {
20         height: 20px;
21         width: 20px;
22 }