Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 1f5dc27

Browse files
author
dpatanin
committed
redo commits from gitlab repo
1 parent 04b6839 commit 1f5dc27

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

src/scss/_bootstrap-variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ $white: #ffffff;
2121
$black: #000000;
2222
$primary: #1c3ed3;
2323
$iteragenta: #A9218E;
24+
$iteragentaLight: rgb(170, 77, 151);
2425
$secureCodeBlue: #3296DC;
2526
$secondary: #414156;
2627

src/scss/components/_logo.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
.logo-mobile {
2222
display: block;
23-
width: 30px;
23+
width: 150px;
2424
@include media-breakpoint-up(sm) {
2525
display: none;
2626
}

src/scss/components/_main-menu.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
padding: 10px 14px 10px 14px;
3232
text-decoration: none;
3333
&:hover {
34-
background: $primary;
34+
background: $iteragenta;
3535
color: #fff;
3636
text-decoration: none;
3737
}
@@ -44,7 +44,7 @@
4444
color: #fff;
4545
&:hover {
4646
text-decoration: none;
47-
background: $primary;
47+
background: $iteragenta;
4848
transition: all 225ms ease-in 0s;
4949
color: #fff;
5050
}

src/scss/style.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// Font
2+
// TODO add fancy fonts
3+
//? Do we want to use google fonts?
24
// @import url('https://fonts.googleapis.com/css?family=Lora:400|Open+Sans:400,700');
35
// @import url('https://fonts.googleapis.com/css?family=Livvic&display=swap');
46
// @import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');

0 commit comments

Comments
 (0)