-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve login logo & upgrade node packages (#123)
Before ![image](https://github.com/user-attachments/assets/5e56844a-47d1-4dd5-a8ae-fe0e0f77a704) After ![image](https://github.com/user-attachments/assets/dfd36e7d-4e1e-4211-929d-66b6e2012e6e)
- Loading branch information
Showing
8 changed files
with
1,541 additions
and
3,009 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/*! | ||
* This file is part of the Sylius package. | ||
* | ||
* (c) Sylius Sp. z o.o. | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
.sylius { | ||
&.navbar-nav { | ||
gap: 0.5rem; | ||
} | ||
|
||
&.navbar-brand-image { | ||
height: 4rem; | ||
} | ||
} | ||
|
||
.navbar-collapse a.nav-link, | ||
.navbar-collapse a.dropdown-item { | ||
transition: all .1s; | ||
|
||
&:hover { | ||
color: var(--tblr-primary) !important; | ||
background: transparent; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.