|
@@ -140,12 +140,12 @@ input.ng-pristine {
|
|
|
}
|
|
|
|
|
|
.pos1 {
|
|
|
- color: blue;
|
|
|
+ color: red;
|
|
|
}
|
|
|
|
|
|
.pos1-bg {
|
|
|
color: white;
|
|
|
- background-color: blue;
|
|
|
+ background-color: red;
|
|
|
}
|
|
|
|
|
|
.pos2 {
|
|
@@ -158,12 +158,12 @@ input.ng-pristine {
|
|
|
}
|
|
|
|
|
|
.pos3 {
|
|
|
- color: red;
|
|
|
+ color: blue;
|
|
|
}
|
|
|
|
|
|
.pos3-bg {
|
|
|
color: white;
|
|
|
- background-color: red;
|
|
|
+ background-color: blue;
|
|
|
}
|
|
|
|
|
|
.pos4 {
|
|
@@ -195,12 +195,12 @@ input.ng-pristine {
|
|
|
}
|
|
|
|
|
|
.pos7 {
|
|
|
- color: orange;
|
|
|
+ color: pink;
|
|
|
}
|
|
|
|
|
|
.pos7-bg {
|
|
|
color: black;
|
|
|
- background-color: orange;
|
|
|
+ background-color: pink;
|
|
|
}
|
|
|
|
|
|
.pos8 {
|
|
@@ -213,10 +213,10 @@ input.ng-pristine {
|
|
|
}
|
|
|
|
|
|
.pos9 {
|
|
|
- color: pink;
|
|
|
+ color: orange;
|
|
|
}
|
|
|
|
|
|
.pos9-bg {
|
|
|
color: black;
|
|
|
- background-color: pink;
|
|
|
+ background-color: orange;
|
|
|
}
|