2020-05-19 08:08:21 -04:00
|
|
|
.alert-management-details {
|
|
|
|
// these styles need to be deleted once GlTable component looks in GitLab same as in @gitlab/ui
|
|
|
|
table {
|
|
|
|
tr {
|
|
|
|
td {
|
|
|
|
@include gl-border-0;
|
|
|
|
@include gl-p-5;
|
|
|
|
border-color: transparent;
|
|
|
|
border-bottom: 1px solid $table-border-color;
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
div {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:not(:first-child) {
|
|
|
|
&::before {
|
|
|
|
color: $gray-700;
|
|
|
|
font-weight: normal !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div {
|
|
|
|
color: $gray-700;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
|
|
div {
|
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@include media-breakpoint-down(xs) {
|
2020-05-20 20:08:06 -04:00
|
|
|
.alert-details-issue-button {
|
2020-05-19 08:08:21 -04:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2020-05-27 05:08:30 -04:00
|
|
|
|
|
|
|
.toggle-sidebar-mobile-button {
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu-toggle {
|
|
|
|
&:hover {
|
|
|
|
background-color: $white;
|
|
|
|
}
|
|
|
|
}
|
2020-06-11 02:08:22 -04:00
|
|
|
|
|
|
|
.assignee-dropdown-item {
|
|
|
|
button {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
top: 50% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-05-19 08:08:21 -04:00
|
|
|
}
|