Skip to content

Commit

Permalink
Merge branch 'pd_flex_file_details' of https://github.com/Opentrons/o…
Browse files Browse the repository at this point in the history
…pentrons into pd-flex-pipette-selection
  • Loading branch information
akshay-dighe committed May 11, 2023
2 parents 60e89d8 + 49c8529 commit e54b547
Show file tree
Hide file tree
Showing 19 changed files with 1,154 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
@import '@opentrons/components';

.pd_file_tab_header {
position: relative;
font-family: Public Sans;
font-size: 1.3rem;
font-weight: 900;
line-height: 1rem;
}

.pd_file_tab_sub_header {
font-size: 0.813rem;
font-weight: 400;
line-height: 1rem;
}

.container {
margin: 1.5rem 3rem 1.5rem;
}

.bold_text {
font-weight: bold !important;
}

.heading_container {
display: flex;
justify-content: space-between;
}

.left_button {
order: 1;
}

.right_buttons {
order: 2;
}

.close_protocol_button {
margin-left: 5px;
color: red !important;
}

.line_separator {
border-bottom: 1px solid var(--c-light-gray);
margin: 30px 0 30px;
width: 100%;
}

.margin_bottom {
margin-bottom: 10px !important;
}

.name_margin {
margin-left: 50px;
}
.desc_margin {
margin-left: 11px;
}
.author_margin {
margin-left: 42px;
}

.card_content {
padding: 1rem;
}
Loading

0 comments on commit e54b547

Please sign in to comment.