Skip to content

Commit

Permalink
Improve header styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dinukadesilva committed Jul 19, 2023
1 parent 6a144a2 commit 43fdef0
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 18 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.3.26 20230719 Dinuka De Silva
- Improve header styles

v0.3.25 20230601 Dinuka De Silva
- Improve header and footer styles

Expand Down
39 changes: 31 additions & 8 deletions b5_ac_conect/css/style.css

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

2 changes: 1 addition & 1 deletion b5_ac_conect/css/style.css.map

Large diffs are not rendered by default.

45 changes: 36 additions & 9 deletions b5_ac_conect/scss/_styles_access.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,13 @@ footer {
background-image: url(../assets/img/icons/bars-solid.svg);
}

.sf-depth-1 {
ul {
padding: 10px !important;
background-color: $access-medium;
}
}

ul {
li {

Expand All @@ -194,11 +201,20 @@ footer {
&.sf-depth-1 {
color: $access-light;
background-color: $access-dark;
font-weight: 700;
font-size: 14px;
padding: 16px 8px;
}

&.sf-depth-2 {
color: $access-light;
background-color: $access-medium;
font-weight: 600;
font-size: 14px;
padding: 6px 5px;
}

padding: 16px 8px;
text-decoration: none;
font-weight: 700;

&:hover, &:focus {
color: $access-light;
Expand All @@ -210,10 +226,6 @@ footer {
color: $access-light;
background-color: $access-medium;
}

color: $access-light;
background-color: $access-medium;
font-size: 14px;
}

&.sfHover a {
Expand All @@ -236,6 +248,13 @@ footer {
line-height: 10px;
}

.sf-depth-1 {
ul {
padding: 10px !important;
background-color: $access-medium;
}
}

ul {
@extend .d-inline-block;
@extend .list-inline;
Expand All @@ -252,13 +271,21 @@ footer {
color: $access-light;

text-decoration: none;
font-weight: 600;
font-size: 16px;
padding: 16px 24px;

&.sf-depth-1 {
color: $access-dark;
background-color: white;
font-weight: 600;
font-size: 16px;
padding: 16px 24px;
}

&.sf-depth-2 {
color: $access-light;
background-color: $access-medium;
font-weight: 600;
font-size: 14px;
padding: 6px 5px;
}

&:hover {
Expand Down

0 comments on commit 43fdef0

Please sign in to comment.