Skip to content
Snippets Groups Projects
Commit a3349ac1 authored by Melissa Miller's avatar Melissa Miller
Browse files

wcm_omega theme update only

parent ec030015
No related branches found
No related tags found
No related merge requests found
source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -23,6 +23,15 @@ ...@@ -23,6 +23,15 @@
h3:first-child { h3:first-child {
margin-top: 10px; margin-top: 10px;
} }
p, li {
@extend .body;
}
ol {
padding-left: 0.6em;
}
} }
} }
......
...@@ -24,10 +24,13 @@ ul { ...@@ -24,10 +24,13 @@ ul {
//style three levels of ol //style three levels of ol
ol { ol {
list-style-type: decimal;
ol { ol {
list-style-type: lower-alpha; list-style-type: lower-alpha;
margin-top: 8px;
ol { ol {
list-style-type: lower-roman; list-style-type: lower-roman;
margin-top: 8px;
} }
} }
} }
...@@ -39,7 +42,6 @@ ol { ...@@ -39,7 +42,6 @@ ol {
list-style: none; list-style: none;
} }
//basic ul in text //basic ul in text
.field--name-field-ocio-body, .field--name-field-ocio-body,
.field--name-field-basic-text-text, .field--name-field-basic-text-text,
...@@ -55,7 +57,6 @@ ol { ...@@ -55,7 +57,6 @@ ol {
} }
} }
// caret style list // caret style list
.caret-list-type { .caret-list-type {
ul { ul {
......
...@@ -9,6 +9,7 @@ table { ...@@ -9,6 +9,7 @@ table {
th { th {
background: $lt-gray; background: $lt-gray;
font-weight: 400; font-weight: 400;
border: 1px solid $gray-line !important;
a { a {
text-decoration: none; text-decoration: none;
...@@ -76,7 +77,7 @@ table { ...@@ -76,7 +77,7 @@ table {
//adding borders to tables within accordions //adding borders to tables within accordions
.ui-accordion-content { .ui-accordion-content {
table td { table td {
border: 1px solid $lt-gray; border: 1px solid $gray-line;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment