This commit is contained in:
Joshua
2022-07-17 18:26:55 +10:00
committed by GitHub
parent e7aa1cdb35
commit c3404e48f2

View File

@@ -611,6 +611,7 @@ input[type="password"]::-webkit-caps-lock-indicator {
/*** Additional fixes For Pi.Alert UI ***/
.small-box {
border-radius: 10px;
border-top: 0px;
}
.pa-small-box-aqua .inner {
background-color: rgb(45,108,133);
@@ -691,3 +692,15 @@ input[type="password"]::-webkit-caps-lock-indicator {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.small-box > .inner h3 {
margin-bottom: 0px;
margin-left: 0px;
}
.small-box:hover .icon {
font-size: 3.9em;
}
.small-box .icon {
top: 0.01em;
font-size: 3.25em;
}