2022-01-25 05:31:25 +00:00
|
|
|
.status {
|
|
|
|
margin-top: 24px;
|
|
|
|
}
|
2022-01-30 21:14:32 +00:00
|
|
|
|
|
|
|
a.name {
|
|
|
|
line-height: 1.75rem;
|
2022-02-13 00:36:52 +00:00
|
|
|
word-wrap: break-word;
|
2022-01-30 21:14:32 +00:00
|
|
|
}
|
2022-08-20 03:50:16 +00:00
|
|
|
|
|
|
|
.select-container {
|
|
|
|
margin-top: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label {
|
|
|
|
white-space: nowrap;
|
|
|
|
margin-right: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 4px;
|
2022-08-20 04:12:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.spacer {
|
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plugin-actions {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
padding-right: 12px;
|
|
|
|
padding-left: 12px;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plugin-link {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button {
|
|
|
|
flex: 1;
|
|
|
|
margin-top: 12px;
|
|
|
|
margin-bottom: 12px;
|
|
|
|
margin-right: auto;
|
2022-08-20 03:50:16 +00:00
|
|
|
}
|