debian-mirror-gitlab/app/assets/stylesheets/pages/alert_management/details.scss
2020-06-23 00:09:42 +05:30

73 lines
1.3 KiB
SCSS

.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) {
.alert-details-issue-button {
width: 100%;
}
}
.toggle-sidebar-mobile-button {
right: 0;
}
.dropdown-menu-toggle {
&:hover {
background-color: $white;
}
}
.assignee-dropdown-item {
.dropdown-item {
display: flex;
align-items: center;
&::before {
top: 50% !important;
}
&.is-active {
&:last-child {
border-bottom: 1px solid $gray-200;
}
}
}
}
.note-header-info {
margin-top: 1px;
}
}