This commit is contained in:
@ -185,23 +185,33 @@ body {
|
||||
padding: 8px;
|
||||
margin-right: 12px;
|
||||
border-radius: 6px;
|
||||
min-width: 32px;
|
||||
min-width: 30px;
|
||||
min-height: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.framed-green {
|
||||
background: linear-gradient(to bottom right, lime, darkgreen);
|
||||
color: white;
|
||||
border: 1px solid green;
|
||||
}
|
||||
|
||||
.framed-red {
|
||||
background: linear-gradient(to bottom right, red, darkred);
|
||||
color: white;
|
||||
border: 1px solid red;
|
||||
}
|
||||
|
||||
.framed-orange {
|
||||
background: linear-gradient(to bottom right, orange, #bf6c06);
|
||||
color: white;
|
||||
border: 1px solid orange;
|
||||
}
|
||||
|
||||
.framed-white {
|
||||
background: white;
|
||||
color: black;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.nomaxwidth {
|
||||
|
Reference in New Issue
Block a user