You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.1 KiB
66 lines
1.1 KiB
/* Sets all the text color to red! */
|
|
.modal-values-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr);
|
|
}
|
|
|
|
.value-selector-container{
|
|
margin-bottom: 5px;
|
|
display: inline
|
|
}
|
|
|
|
.value-selector-toggler {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin-right: 10px;
|
|
padding-top: 3px;
|
|
}
|
|
|
|
.value-selector-label{
|
|
display: inline-block;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.value-selector-aliases{
|
|
display: inline-block;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.aliases-list-container{
|
|
margin-left: 62px;
|
|
}
|
|
|
|
.value-grid-footer {
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.separator-container {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
|
|
.separator-label {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.separator-link-label {
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
color: var(--text-muted);
|
|
font-size: 14px;
|
|
}
|
|
|
|
.separator-helper-label{
|
|
color: var(--text-muted);
|
|
font-size: 14px;
|
|
}
|
|
|
|
.buttons-container {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|