Commit d8814397 authored by Coung Ngo's avatar Coung Ngo

Delete unused css

Delete css that is no longer used as a result of
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/77181
parent 4749019e
......@@ -134,47 +134,6 @@
}
}
.fork-thumbnail {
width: calc((100% / 2) - #{$gl-padding * 2});
@include media-breakpoint-up(md) {
width: calc((100% / 4) - #{$gl-padding * 2});
}
@include media-breakpoint-up(lg) {
width: calc((100% / 5) - #{$gl-padding * 2});
}
&:hover:not(.disabled),
&.forked {
background-color: $blue-50;
border-color: $blue-200;
}
.avatar-container,
.identicon {
float: none;
margin-left: auto;
margin-right: auto;
}
a.disabled {
opacity: 0.3;
cursor: not-allowed;
}
}
.fork-thumbnail-container {
display: flex;
flex-wrap: wrap;
margin-left: -$gl-padding;
margin-right: -$gl-padding;
> h5 {
width: 100%;
}
}
.project-template {
> .form-group {
margin-bottom: 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment