-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathapp.css
More file actions
42 lines (35 loc) · 681 Bytes
/
app.css
File metadata and controls
42 lines (35 loc) · 681 Bytes
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
30
31
32
33
34
35
36
37
38
39
40
41
42
#app {
background-color: lightyellow;
}
.ui-tests-app-issue-1639-red {
color: red;
margin-left: 0;
}
.ui-tests-app-issue-1639-green {
color: green;
margin-left: 10;
}
.ui-tests-app-issue-1639-blue {
color: blue;
margin-left: 20;
}
.ui-tests-app-issue-1639-yellow {
color: yellow;
margin-left: 30;
}
.ui-tests-app-issue-ng-1453-yellow {
color: yellow;
background-color: black;
}
.ui-tests-app-issue-ng-1453-pink {
color: pink;
}
.ui-tests-app-issue-ng-1453-base {
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 14;
text-align: center;
letter-spacing: 0.2px;
text-transform: uppercase;
}