Skip to content

Commit

Permalink
chore(style): upgrade bootstrap/bootswatch
Browse files Browse the repository at this point in the history
  • Loading branch information
rothmike committed Mar 5, 2019
1 parent c03c818 commit 1336b76
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@
"angular-route": "~1.5.x",
"angular-sanitize": "~1.5.x",
"blob-polyfill": "^2.0.20171115",
"bootstrap": "4.1.3",
"bootswatch": "4.1.3",
"bootstrap": "4.3.1",
"bootswatch": "4.3.1",
"cesium": "1.49.0",
"compass-mixins": "^0.12.10",
"crossfilter2": "^1.4.5",
Expand Down
9 changes: 1 addition & 8 deletions scss/os/_utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
word-break: break-all;
}

.u-word-break-break-word {
word-break: break-word;
}

.u-word-wrap-break-word {
word-wrap: break-word;
}
Expand Down Expand Up @@ -163,15 +159,12 @@
}
}


// --------------------------------- Font Utilities --------------------------------- //
.u-font-family-sans-serif {
font-family: sans-serif;
}

.u-text-decoration-none {
text-decoration: none;
}


// --------------------------------- Visibility Utilities --------------------------------- //
.u-opacity__95 {
Expand Down
6 changes: 6 additions & 0 deletions scss/standard/_bootswatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@
.pagination {
margin: .5rem;
}

.modal-header {
.close {
margin: inherit;
}
}

0 comments on commit 1336b76

Please sign in to comment.