aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/src/app/shared/components/formGeneralErrors/formGeneralErrors.component.scss
blob: 5271cad49a34c60a0346cdc5b53e13d7cd0c69a3 (plain)
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
43
44
45
46
47
48
.icon-alert {
  margin-top: 10px;
  &:before {
    content: "\e904";
    font-size: 30px;
    color: #ffffff;
  }
}

.icon-div {
  background: rgb(207,41,41);
  text-align: center;
  padding-top: 18px;
  width: 77px;
  height: 110px;
  float: left;
}


.error-title {
  color: #cf2a2a;
}

.row-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.left-align {
  text-align: left;
}

.parentbox {
  padding-right: 0;
}

.parentbox:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.childbox {
  color: #cf2a2a;
  display: inline-block;
  vertical-align: middle;
}