Skip to content
Snippets Groups Projects
Commit 0dd7b03c authored by Loïs Poujade's avatar Loïs Poujade
Browse files

Merge branch 'tuleap-198-get-rid-of-create-zip' into 'main'

Tuleap 198 get rid of create zip

See merge request !84
parents 60a542b0 c0be3dac
No related branches found
No related tags found
1 merge request!84Tuleap 198 get rid of create zip
Pipeline #1007 passed
Showing
with 0 additions and 7438 deletions
File deleted
File deleted
@import url("font/stylesheet.css");
html, body {
width: 100%;
height: 100%;
margin: 0px;
color: white;
font-family: 'OpenSans';
font-weight: 400;
font-size: 12px;
background-color: black;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#createProjectBody {
background: #1c272b;
text-align: center;
}
#createProjectLogo {
/*width: 30vh;
height: 30vh; */
margin: 50px 0;
height: 150px;
}
label {
/*width: 40vw; */
width: 400px;
margin: auto;
text-align: left;
display: block;
font-weight: 200;
color: rgba(255,255,255,.5);
font-size: 2vh;
line-height: 1.2em;
}
input[type=text], input[type=password] {
/*width: 40vw; */
/*height: 5vh; */
/*line-height: 5vh;*/
/*font-size: 2.5vh; */
font-weight: 200;
margin: 1vh 0 3vh 0;
text-align: center;
/*background: rgba(0,0,0,.15);*/
border: 0;
border-radius: 3px;
color: rgba(255,255,255,.75);
/*box-shadow: 0 1px 0 3px rgba(0,0,0,.05) inset;*/
width: 400px;
height: auto;
padding: 15px 10px;
font-size: 16px;
box-shadow: 0 1px 0 rgba(255,255,255,.05), 0 1px 2px rgba(0,0,0,.5) inset;
background: rgba(0,0,0,.25);
color: #fff;
line-height: 1.2em;
}
::-webkit-input-placeholder {
color: rgba(255,255,255,.1);
font-style: italic;
}
/*#submitCreate, .submitButton {
width: 20vw;
height: 6vh;
line-height: 6vh;
font-size: 2vh;
font-weight: 500;
padding: 0;
margin: 4vh 0 0 0;
background: #24B290;
border: 0;
border-radius: 3px;
color: #1c272b;
text-transform: uppercase;
cursor: pointer;
}
#submitCreate:hover, .submitButton:hover {
background: #65B162;
}*/
#submitCreate, .submitButton {
width: 200px;
margin: 20px 10px;
padding: 15px 10px;
border: none;
border-radius: 3px;
font-size: 16px;
background: #49AD9A;
box-shadow: 0 2px 0 #3B8C7E;
text-decoration: none !important;
color: #FFF !important;
opacity: 1 !important;
font-weight: 400 !important;
display: inline-block;
cursor: pointer;
}
#submitCreate:hover, .submitButton:hover {
background: #3B8C7E;
}
.projectItem {
padding: 2px;
}
.projectItem.red {
color: red;
}
.row-title-box {
border-bottom: 1px solid rgba(0,0,0,.2);
/*background: rgba(0,0,0,.1);*/
margin-bottom: 60px;
width: 920px !important;
margin-left: 20px;
display: inline-block;
text-align: left;
}
.row-title {
color: rgba(255,255,255,.75) !important;
font-size: 24px !important;
font-weight: 300 !important;
line-height: 60px !important;
margin-left: 0px;
font-size: 22px !important;
font-weight: 300 !important;
background: -webkit-linear-gradient(top left, #FA772E, #FC4326);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
\ No newline at end of file
File deleted
This diff is collapsed.
File deleted
File deleted
File deleted
This diff is collapsed.
File deleted
File deleted
File deleted
This diff is collapsed.
File deleted
File deleted
File deleted
This diff is collapsed.
File deleted
File deleted
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment