Upload App.css

parent 476ea094
.App {
text-align: center;
}
.App-header {
background-color: #282c34;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
height: 80px;
}
.content {
max-width: 960px;
margin: auto;
margin-top: 20px;
}
table {
border: 1px solid #ccc;
border-collapse: collapse;
margin: 0;
padding: 0;
width: 100%;
table-layout: fixed;
}
table caption {
font-size: 1.5em;
margin: 0.5em 0 0.75em;
}
table tr {
background-color: #f8f8f8;
border: 1px solid #ddd;
padding: 0.35em;
}
table th,
table td {
padding: 0.625em;
text-align: center;
border-right: 1px solid #ddd;
}
table th {
text-transform: uppercase;
}
table td:last-child {
text-align: left;
}
@media screen and (max-width: 600px) {
table {
border: 0;
}
table caption {
font-size: 1.3em;
}
table thead {
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
table tr {
border-bottom: 3px solid #ddd;
display: block;
margin-bottom: 0.625em;
}
table td {
border-bottom: 1px solid #ddd;
display: block;
font-size: 0.8em;
text-align: right;
}
table td::before {
content: attr(data-label);
float: left;
font-weight: bold;
text-transform: uppercase;
}
table td:last-child {
border-bottom: 0;
text-align: right;
}
table th,
table td {
border-right: 0;
}
.content {
padding-left: 20px;
padding-right: 20px;
}
}
.form-wrap {
width: 850px;
margin: auto;
text-align: left;
padding: 20px 0 0 0;
}
input {
display: block;
box-sizing: border-box;
width: 100%;
outline: none;
line-height: 40px;
border-radius: 4px;
}
input[type="text"], input[type="password"] {
width: 100%;
padding: 0 0 0 10px;
margin: 0;
color: #8a8b8e;
border: 1px solid #c2c0ca;
font-style: normal;
font-size: 16px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
display: inline-block;
background: none;
text-align: center;
}
input[type="text"]:focus, input[type="password"]:focus {
border-color: #3ca9e2;
}
input[type="submit"] {
border: none;
background-color: #3ca9e2;
color: #fff;
font-weight: bold;
text-transform: uppercase;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
font-size: 18px;
position: relative;
display: inline-block;
cursor: pointer;
text-align: center;
margin-top: 20px;
}
input[type="submit"]:hover {
background-color: #329dd5;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.addNewResume-button {
float: right;
margin:20px 0px;
width: 100%;
}
.rank-button {
margin:20px 0px;
width: 100%;
margin: auto;
margin-bottom: 40px;
height: 60px;
font-size: 20 px !important;
}
.rank-button:disabled {
cursor:not-allowed;
}
.remove-text {
color: red;
/* float: right; */
}
.remove-text:hover {
text-decoration: underline;
cursor: pointer;
}
.text-area {
height: 150px !important;
}
.resume-row {
display: inline-flex;
width: 100%;
}
.input-section-half {
width: 80%;
display: inline-block;
}
.input-section-full {
width: 100%;
display: inline-block;
}
.ranking-section {
width: 20%;
display: inline-block;
padding: 15px;
text-align: center;
}
.ranking-section-rank {
width: 100%;
font-size: 20px;
font-weight: bold;
}
.ranking-section-val {
font-size: 72px;
font-weight: bold;
}
.ranking-section-score {
font-size: 14px;
}
.mock-data-div {
widows: 10%;
float: right;
margin-right: 50px;
}
.drag-drop-file-list {
margin-top: 30px;
}
.drag-drop-box {
width: 100%;
height: 250px;
background-color: #a9ff004a;
border-radius: 10px;
border: 1px solid;
margin-top: 15px;
margin-bottom: 15px;
}
.drag-drop-box-text {
text-align: center;
margin-top: 100px;
font-size: 20px;
cursor: pointer;
}
.uploaded-file-name {
display: inline-block;
margin-top: 5px;
margin-bottom: 5px;
}
.uploaded-file-delete {
/* display: inline-block; */
float: right;
width: 30px;
height: 30px;
margin-top: 5px;
color: darkred;
cursor: pointer;
}
.uploaded-resumes {
margin-top: 15px;
margin-bottom: 15px;
}
.upload-start-ranking {
margin-top: 15px;
margin-bottom: 15px;
}
.table td:last-child {
text-align: center;
}
.applicant-rank-title {
font-size: 20px;
font-weight: bold;
}
.pdf-download-button {
float: right;
}
.text-applicant-id-row {
width: 100%;
}
.pdf-rank-table {
margin-bottom: 100px !important;
}
.danger-alert {
margin-top: 15px;
margin-bottom: 15px;
}
\ No newline at end of file
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