blob: 2ab21303d61e89877bebc8d6f7ab8992983cdb00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
.automated-upgrade-component {
min-height: 280px;
.certification-status {
border: 1px solid #4ca90c;
border-left: 5px solid #4ca90c;
margin-bottom: 20px;
padding: 5px 5px 5px 10px;
font-weight: bold;
display: flex;
line-height: 21px;
.certification-status-text {
padding-left: 5px;
}
}
.components-to-upgrade-list {
overflow: auto;
max-height: 300px;
margin-top: 15px;
}
}
|