|
|
@@ -1059,9 +1059,9 @@ a {
|
|
|
font-size: 0.75rem;
|
|
|
font-weight: 500;
|
|
|
margin-top: 1rem;
|
|
|
- padding: 0.7rem;
|
|
|
+ padding: 0.8rem;
|
|
|
position: relative;
|
|
|
- text-align: justify;
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
|
|
|
.alert i.fas {
|
|
|
@@ -1069,20 +1069,21 @@ a {
|
|
|
font-size: 1.4rem;
|
|
|
font-weight: 600;
|
|
|
height: 2rem;
|
|
|
- left: 0.5rem;
|
|
|
+ left: 0.6rem;
|
|
|
line-height: 2rem;
|
|
|
position: absolute;
|
|
|
text-align: center;
|
|
|
- top: 0.75rem;
|
|
|
+ top: 1.6rem;
|
|
|
width: 2rem;
|
|
|
}
|
|
|
|
|
|
.alert.alert-with-icon {
|
|
|
- padding-left: 3rem;
|
|
|
+ padding-left: 3.2rem;
|
|
|
min-height: 3.5rem;
|
|
|
}
|
|
|
.alert.alert-info {
|
|
|
color: #fff;
|
|
|
+ text-shadow: 0px 1px rgba(0,0,0,0.45);
|
|
|
background-color: #618ecc;
|
|
|
}
|
|
|
.alert.alert-info i.fas {
|