28 lines
No EOL
561 B
CSS
28 lines
No EOL
561 B
CSS
.description {
|
|
font-size: 14px;
|
|
color: #a3a3a3;
|
|
text-decoration: none solid rgb(163, 163, 163);
|
|
text-align: center;
|
|
text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
|
|
}
|
|
|
|
.warning-text {
|
|
font-size: 14px;
|
|
color: #c434e0;
|
|
font-style: italic;
|
|
text-decoration: none solid rgb(196, 52, 224);
|
|
text-align: center;
|
|
text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
|
|
margin-top: 16px;
|
|
}
|
|
.checkbox .manual_backup {
|
|
margin-left: 10px;
|
|
}
|
|
.manual-checkbox {
|
|
margin-left: 9%;
|
|
}
|
|
@media screen and (max-width: 425px) {
|
|
.manual-checkbox {
|
|
margin-left: 4%;
|
|
}
|
|
} |