Skip to content

Commit

Permalink
1.0.1 (#13)
Browse files Browse the repository at this point in the history
* Upgraded to Bootstrap 4

* Updated image styles

* Updated tables

* Updated forms

* Updated buttons

* Updated dropdowns

* Updated grid

* Updated nav

* Updated Navbar

* Updated Pagination

* Updated Labels and Badges

* Updated Panels

* Updated Progress

* Updated Carousel

* Updated Utilities

* Bump Bootstrap version in comment

* Updated alert-info to alert[bsstyle=info]

* Minor visual updates

* Updated doi content to Bootstrap 4

* Fixed page-item

---------

Co-authored-by: bklaing2 <[email protected]>
  • Loading branch information
bklaing2 and bklaing2 authored Aug 20, 2024
1 parent d6c714d commit 2a9813b
Show file tree
Hide file tree
Showing 11 changed files with 67 additions and 102 deletions.
63 changes: 20 additions & 43 deletions dist/stylesheets/doi.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/stylesheets/doi.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/stylesheets/doi.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/stylesheets/doi.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maltipoo",
"version": "1.0.0",
"version": "1.0.1",
"description": "Base stylesheet for DataCite",
"scripts": {
"clean": "rimraf dist",
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/doi/components/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ category: Components
color: $danger-color;
}

.alert-info{
.alert-info, .alert[bsstyle="info"] {
background-color: $white_bg;
color: $info-color;
border: 2px solid $info-color;
Expand Down
3 changes: 0 additions & 3 deletions src/stylesheets/doi/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
// --------------------------------------------------

.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 340px;
font-size: 16px;
color: $dark-gray;
background-color: $lighter-gray;
Expand Down
3 changes: 0 additions & 3 deletions src/stylesheets/doi/components/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 340px;
}
a{
color: $link-color;

Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/doi/components/_panels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ category: Components

.card-body {
border: 0;
padding: 5px 10px 5px 10px;
padding: 5px 0;
margin-bottom: 0;
}

Expand Down
Loading

0 comments on commit 2a9813b

Please sign in to comment.