-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adjust styles for logo in AppBar / dashboard
- Loading branch information
1 parent
3c22265
commit 30e641e
Showing
6 changed files
with
31 additions
and
23 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
7 changes: 7 additions & 0 deletions
7
...nts/ExperimentCollection/ExperimentCollectionDashboard/ExperimentCollectionDashboard.scss
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,7 @@ | ||
.aha__dashboard { | ||
|
||
.aha__logo { | ||
margin-left: 35%; | ||
height: 90px; | ||
} | ||
} |
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,19 @@ | ||
$logo-height: 30px; | ||
$logo-height-mobile: 30px; | ||
|
||
.aha__logo { | ||
display: inline-block; | ||
height: $logo-height; | ||
background-position: left center; | ||
background-repeat: no-repeat; | ||
background-size: contain; | ||
margin-left: 15px; | ||
font-size: 0; | ||
color: transparent; | ||
width: 30%; | ||
|
||
@media (max-width: 500px) { | ||
margin-left: 10px; | ||
height: $logo-height-mobile; | ||
} | ||
} |
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