Skip to content

Commit 6d33ade

Browse files
authored
Merge pull request #11 from nyudlts/files-text-treatment
Files- text treatment
2 parents 053fe67 + 5f6a2ce commit 6d33ade

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

src/themes/fda/styles/_global-styles.scss

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,37 @@ li:first-of-type .fda-syllabus-header {
102102
.simple-view-element-body {
103103
padding: 1rem;
104104
}
105+
106+
.simple-view-element-body .file-section {
107+
108+
ds-file-download-link {
109+
border-bottom: 1px solid #58058c17;
110+
display: block;
111+
112+
&:last-of-type {
113+
border: none;
114+
padding-bottom: .5rem;
115+
}
116+
}
117+
118+
.badge-primary {
119+
margin-right: .5rem;
120+
}
121+
122+
a {
123+
display: inline-block;
124+
line-height: 2rem;
125+
font-weight: 600;
126+
127+
span:nth-child(2) {
128+
color: darkslategray;
129+
font-size: smaller;
130+
display: inline-block;
131+
margin-left: 5px;
132+
font-weight: normal;
133+
}
134+
}
135+
}
105136
}
106137

107138
#expandable-navbar-section-browse_global {

0 commit comments

Comments
 (0)