Skip to content

Commit

Permalink
Improved Swetugg#152: Removed verified todos
Browse files Browse the repository at this point in the history
  • Loading branch information
srosengren committed May 30, 2022
1 parent 1853f03 commit 500e973
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions src/Swetugg.Web/Content/gbg-2022/css/swetugg.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body {
font-family: @body-font-family;
font-size: 16px;
color: @dark;
background-color: @light; // TODO: Verify if this should actually be the new light color after the change
background-color: @light;
}

html {
Expand Down Expand Up @@ -137,7 +137,7 @@ a:focus {
}

#old-conference a {
color: @light; // TODO: Verify if this should actually be the new light color after the change
color: @light;
text-decoration: underline;
}

Expand Down Expand Up @@ -197,7 +197,7 @@ a:focus {
}

.navbar-custom a {
color: @light; // TODO: Verify if this should actually be the new light color after the change
color: @light;
}

.navbar-custom .nav li a {
Expand All @@ -217,7 +217,7 @@ a:focus {
.navbar-toggle {
padding: 4px 6px;
font-size: 16px;
color: @light; // TODO: Verify if this should actually be the new light color after the change
color: @light;
}

.navbar-toggle:focus,
Expand Down Expand Up @@ -266,7 +266,7 @@ a:focus {
height: auto;
padding: 100px 0;
text-align: center;
color: @light; // TODO: Verify if this should actually be the new light color after the change
color: @light;
background: url(/Content/gbg-2022/img/top2022.jpg);
background-color: @dark;
background-size: cover;
Expand Down Expand Up @@ -303,12 +303,12 @@ a:focus {

.brand-heading {
font-size: 40px;
color: @light; // TODO: Verify if this should actually be the new light color after the change
color: @light;
padding-bottom: 30px;
font-family: 'Rock Salt';

small {
color: @light; // TODO: Verify if this should actually be the new light color after the change
color: @light;
position: relative;
font-size: 40%;

Expand Down Expand Up @@ -348,10 +348,10 @@ a:focus {
height: 70px;
margin-top: 15px;
padding: 7px 16px;
border: 2px solid @light; // TODO: Verify if this should actually be the new light color after the change
border: 2px solid @light;
border-radius: 35px;
font-size: 40px;
color: @light; // TODO: Verify if this should actually be the new light color after the change
color: @light;
background: transparent;
-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
Expand All @@ -362,7 +362,7 @@ a:focus {
.btn-circle:hover,
.btn-circle:focus {
outline: none;
color: @light; // TODO: Verify if this should actually be the new light color after the change
color: @light;
background: rgba(255,255,255,0.1);
}

Expand Down Expand Up @@ -563,7 +563,7 @@ table.schema {
}

.schemacell-rad2v2 a {
color: @primary; // TODO: Verify if this should be @primary, it was previously hard coded to the primary value
color: @primary;
}

.schemacell-tid {
Expand Down Expand Up @@ -599,16 +599,15 @@ table.schema {


footer, .footer-section {
background-color: @light; // TODO: Verify if this should actually be the new light color after the change
background-color: @light;
}

.footer-rights-section {
background-color: @dark;
color: @light; // TODO: Verify if this should actually be the new light color after the change
color: @light;
}

.footer-rights-section a {
// TODO: Verify if this should actually be the new offlight color after the change
color: @offlight;
}

Expand Down Expand Up @@ -655,22 +654,22 @@ footer, .footer-section {
.btn-default:focus {
border: 1px solid @primary;
outline: none;
color: @light; // TODO: Verify if this should actually be the new light color after the change
color: @light;
background-color: @primary;
}

.intro-body .btn-default {
border: 1px solid @light; // TODO: Verify if this should actually be the new light color after the change
color: @light; // TODO: Verify if this should actually be the new light color after the change
border: 1px solid @light;
color: @light;
background-color: transparent;
}

.intro-body .btn-default:hover,
.intro-body .btn-default:focus {
border: 1px solid @light; // TODO: Verify if this should actually be the new light color after the change
border: 1px solid @light;
outline: none;
color: @primary;
background-color: @light; // TODO: Verify if this should actually be the new light color after the change
background-color: @light;
}


Expand Down Expand Up @@ -990,7 +989,7 @@ footer {

.blockquote-small p {
font-size: 15px;
color: @primary; // TODO: Verify if this should be @primary, it was previously hard coded to the primary value
color: @primary;
}

.blockquote-small footer {
Expand Down

0 comments on commit 500e973

Please sign in to comment.