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 @@
h3:first-child {
margin-top: 10px;
}
p, li {
@extend .body;
}
ol {
padding-left: 0.6em;
}
}
}
......
......@@ -24,10 +24,13 @@ ul {
//style three levels of ol
ol {
list-style-type: decimal;
ol {
list-style-type: lower-alpha;
margin-top: 8px;
ol {
list-style-type: lower-roman;
margin-top: 8px;
}
}
}
......@@ -39,7 +42,6 @@ ol {
list-style: none;
}
//basic ul in text
.field--name-field-ocio-body,
.field--name-field-basic-text-text,
......@@ -55,7 +57,6 @@ ol {
}
}
// caret style list
.caret-list-type {
ul {
......
......@@ -9,6 +9,7 @@ table {
th {
background: $lt-gray;
font-weight: 400;
border: 1px solid $gray-line !important;
a {
text-decoration: none;
......@@ -76,7 +77,7 @@ table {
//adding borders to tables within accordions
.ui-accordion-content {
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