Skip to content

Commit 025177e

Browse files
author
Kristan Kenney
committed
Modify alignment of alert dialog
1 parent 6bdf30e commit 025177e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

web/css/styles.min.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,30 +1059,31 @@ a {
10591059
font-size: 0.75rem;
10601060
font-weight: 500;
10611061
margin-top: 1rem;
1062-
padding: 0.7rem;
1062+
padding: 0.8rem;
10631063
position: relative;
1064-
text-align: justify;
1064+
text-align: left;
10651065
}
10661066

10671067
.alert i.fas {
10681068
border-radius: 1rem;
10691069
font-size: 1.4rem;
10701070
font-weight: 600;
10711071
height: 2rem;
1072-
left: 0.5rem;
1072+
left: 0.6rem;
10731073
line-height: 2rem;
10741074
position: absolute;
10751075
text-align: center;
1076-
top: 0.75rem;
1076+
top: 1.6rem;
10771077
width: 2rem;
10781078
}
10791079

10801080
.alert.alert-with-icon {
1081-
padding-left: 3rem;
1081+
padding-left: 3.2rem;
10821082
min-height: 3.5rem;
10831083
}
10841084
.alert.alert-info {
10851085
color: #fff;
1086+
text-shadow: 0px 1px rgba(0,0,0,0.45);
10861087
background-color: #618ecc;
10871088
}
10881089
.alert.alert-info i.fas {

0 commit comments

Comments
 (0)