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

Minor adjustments after UX review

Fixes scss lint errors
parent a5b0584d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -623,3 +623,11 @@ $perf-bar-bucket-bg: #111;
$perf-bar-bucket-color: #ccc;
$perf-bar-bucket-box-shadow-from: rgba($white-light, .2);
$perf-bar-bucket-box-shadow-to: rgba($black, .25);
/*
Project Templates Icons
*/
$rails: #c00;
$node: #353535;
$java: #70ad51;
Loading
Loading
@@ -485,7 +485,10 @@ a.deploy-project-label {
display: block;
margin: 0 auto 4px;
font-size: 24px;
top: 0;
@media (min-width: $screen-xs-max) {
top: 0;
}
}
 
@media (max-width: $screen-xs-max) {
Loading
Loading
@@ -498,15 +501,15 @@ a.deploy-project-label {
}
 
.icon-rails path {
fill: #C00;
fill: $rails;
}
 
.icon-node-express path {
fill: #353535;
fill: $node;
}
 
.icon-java-spring path {
fill: #70AD51;
fill: $java;
}
 
> div {
Loading
Loading
@@ -516,6 +519,10 @@ a.deploy-project-label {
}
}
 
.project-templates-buttons .btn:last-child {
margin-right: 0;
}
.create-project-options {
display: flex;
 
Loading
Loading
@@ -526,7 +533,7 @@ a.deploy-project-label {
.first-column {
@media(min-width: $screen-xs-min) {
max-width: 50%;
width: 50%;
padding-right: 30px;
}
 
@media(max-width: $screen-xs-max) {
Loading
Loading
@@ -558,7 +565,7 @@ a.deploy-project-label {
&::before {
content: "OR";
position: absolute;
left: 0px;
left: 0;
top: 40%;
z-index: 10;
padding: 8px 0;
Loading
Loading
@@ -567,7 +574,7 @@ a.deploy-project-label {
color: $gl-text-color-tertiary;
transform: translateX(-50%);
font-size: 12px;
font-weight: bold;;
font-weight: bold;
line-height: 20px;
 
// Mobile
Loading
Loading
@@ -575,7 +582,7 @@ a.deploy-project-label {
left: 50%;
top: 10px;
transform: translateY(-50%);
padding: 0px 8px;
padding: 0 8px;
}
}
 
Loading
Loading
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