Skip to content

Commit

Permalink
removes ref-number-specific css classes from project, moves with gene…
Browse files Browse the repository at this point in the history
…ric names into arches re #27
  • Loading branch information
whatisgalen committed Jun 13, 2019
1 parent 57dc8c8 commit b757aa4
Showing 1 changed file with 0 additions and 66 deletions.
66 changes: 0 additions & 66 deletions consultations_prj/media/css/project.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,72 +201,6 @@
background-color: #fff;
}

.workflows-ref-number-container {
display: flex;
flex-direction: row;
}

.workflows-ref-number-form {
display: flex;
flex-direction: column;
flex-grow: 3;
}

.workflows-ref-number-list {
display: flex;
flex-direction: column;
flex-grow: 1;
padding: 24px 24px 0 24px;
}

.workflows-ref-number-card {
border: 1px solid #e8e8e8;
border-radius: 2px;
background-color: white;
padding: 15px 5px 15px 15px;
display: flex;
flex-direction: row;
}

.card-info {
display: flex;
flex-direction: row;
}

div.card-info div {
margin-left: 12px;
}

.card-info-details {
color: #5d768f;
padding-left: 12px;
}

.card-info-details > h4 {
margin-bottom: 2px;
/* margin-left: 12px; */
}



.workflows-ref-number-card div div {
margin: 0;
}

.workflows-ref-number-card > div.card-info ~ div {
display: flex;
flex-direction: row;
color: #4f9ce9;
font-size: 14px;
cursor: pointer;
height: 32px;
/* align-self: flex-end; */
}

.workflows-ref-number-card > div.card-info ~ div span {
margin-right: 6px;
}

/* In core core arches */

.file-upload-footer {
Expand Down

0 comments on commit b757aa4

Please sign in to comment.