bitque/jirs-client/js/css/issue.css

60 lines
1.3 KiB
CSS
Raw Normal View History

2020-04-01 18:30:01 +02:00
.issueDetails > .content {
display: flex;
padding: 0 30px 60px;
}
.issueDetails > .content > .left {
width: 65%;
padding-right: 50px;
}
.issueDetails > .content > .right {
width: 35%;
padding-top: 5px;
}
.issueDetails > .topActions {
display: flex;
justify-content: space-between;
padding: 21px 18px 0;
}
.issueDetails > .topActions > .topActionsRight {
display: flex;
align-items: center;
}
.issueDetails > .topActions > .topActionsRight > * {
margin-left: 4px;
}
2020-04-01 22:41:26 +02:00
.issueDetails > .topActions .styledSelect > .dropDown > .options > .option > .type {
display: flex;
align-items: center;
}
.issueDetails > .topActions .styledSelect > .dropDown > .options > .option > .type > .styledIcon {
font-size: 18px;
}
.issueDetails > .topActions .styledSelect > .dropDown > .options > .option > .type > .typeLabel {
padding: 0 5px 0 7px;
font-size: 15px
}
.issueDetails > .topActions .styledSelect > .valueContainer > .value {
text-transform: uppercase;
letter-spacing: 0.5px;
color: var(--textMedium);
font-size: 13px
}
2020-04-01 18:30:01 +02:00
.issueDetails > .sectionTitle {
margin: 24px 0 5px;
text-transform: uppercase;
color: var(--textMedium);
font-size: 12.5px;
font-family: "CircularStdBold", serif;
font-weight: normal
}