Skip to content

Commit

Permalink
revert HTML CSS for now: #673
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Aug 13, 2024
1 parent 2b28815 commit 8296694
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 136 deletions.
27 changes: 8 additions & 19 deletions lib/isodoc/ogc/html/_coverpage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@

.icon-svg {
width: 100%;
color: #5ecf86; /* COLOR */
color: #5ecf86;
}

.wrapper-top {
/*
background: rgb(0,51,91);
background: linear-gradient(130deg, rgba(0,51,91,1) 45%, rgba(241,248,255,1) 100%);
*/
background: $color_background_page;
background: linear-gradient(130deg, $color_background_page 45%, rgba(241,248,255,1) 100%);
color: #ffffff;
padding: 5em 0;
width: 100%;
Expand All @@ -26,8 +22,7 @@
.wrapper-top-bottom {
width: 0;
height: 0;
/* border-top: 100px solid #00335b; */
border-top: 100px solid $color_text;
border-top: 100px solid #00335b;
border-right: 100px solid transparent;
position: absolute;
}
Expand Down Expand Up @@ -109,13 +104,11 @@ table {
width: auto;
}
th {
/* background-color: #93c0d6; */
background-color: $color_background_definition_term;
background-color: #93c0d6;
}
td {
vertical-align: top;
/* background-color: #daeef3; */
background-color: $color_background_definition_description;
background-color: #daeef3;
padding: 0.5em;
border: 0;
}
Expand Down Expand Up @@ -215,8 +208,7 @@ border-radius: 0 0 1em 0;
span.roletag {
display: inline-block;
font-size: 12px;
/* color: #00335b; */
color: $color_text;
color: #00335b;
background-color: white;
padding: 2px 5px;
margin-left: 7px;
Expand All @@ -227,13 +219,10 @@ border-radius: 0 0 1em 0;
/* Draft Warning */

.coverpage-warning {
/*
border: #f36f36 solid 2px;
color: #f36f36!important;
*/
border: $color_secondary_shade_1 solid 2px;
color: $color_secondary_shade_1!important;
border: #f36f36 solid 2px;
color: #f36f36!important;
margin: 1em 2em;
color: #2e81c2;
padding: 2em 1em 1em 1em;
border-radius: 25px;

Expand Down
Loading

0 comments on commit 8296694

Please sign in to comment.