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.
23 lines
353 B
23 lines
353 B
.parameter {
|
|
display: flex;
|
|
align-items: stretch;
|
|
overflow: hidden;
|
|
margin: 2px 4px;
|
|
border: 1px solid $borderColor;
|
|
border-radius: 4px;
|
|
background-color: #eee;
|
|
cursor: default;
|
|
}
|
|
|
|
.info {
|
|
padding: 0 4px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.value {
|
|
padding: 0 4px;
|
|
background-color: $white;
|
|
color: $defaultColor;
|
|
white-space: nowrap;
|
|
}
|