Skip to content
Snippets Groups Projects
Commit 688db54f authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Aligns OR separater to center properly

parent 2925850c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -566,14 +566,14 @@ a.deploy-project-label {
&::before {
content: "OR";
position: absolute;
left: 0;
top: 40%;
left: -10px;
top: 50%;
z-index: 10;
padding: 8px 0;
text-align: center;
background-color: $white-light;
color: $gl-text-color-tertiary;
transform: translateX(-50%);
transform: translateY(-50%);
font-size: 12px;
font-weight: bold;
line-height: 20px;
Loading
Loading
@@ -581,8 +581,8 @@ a.deploy-project-label {
// Mobile
@media (max-width: $screen-xs-max) {
left: 50%;
top: 10px;
transform: translateY(-50%);
top: 0px;
transform: translateX(-50%);
padding: 0 8px;
}
}
Loading
Loading
---
title: Align OR separator to center in new project page
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment