- updated styles for criterion data and fixed error related to their displaying;
This commit is contained in:
@@ -15,4 +15,17 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 7px;
|
||||
padding: 10px;
|
||||
background-color: #efefef;
|
||||
font-size: 14px;
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
padding-left: 15px;
|
||||
|
||||
li a {
|
||||
text-decoration: underline;
|
||||
color: var(--global-textColor);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user