mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
15 lines
237 B
CSS
15 lines
237 B
CSS
.admin_presets_error {
|
|
color: red;
|
|
text-align: center;
|
|
}
|
|
|
|
.admin_presets_success {
|
|
color: green;
|
|
text-align: center;
|
|
}
|
|
|
|
.adminpreset_appdescription {
|
|
font-size: small;
|
|
margin-top: 40px;
|
|
margin-bottom: 20px;
|
|
}
|