Major style/template overhaul
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / alert.less
CommitLineData
b8eab696
AE
1.error,
2.info {
3 border-radius: 3px;
4 padding: 10px 20px;
5}
6
7.error {
8 background-color: rgb(242, 222, 222);
9 color: rgb(169, 68, 66);
10}
11
12.info {
13 background-color: rgb(217, 237, 247);
14 color: rgb(49, 112, 143);
15}