-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI tweaks for 'See on Door43' button (#210)
* UI fixes for 'See on Door43' button * Spaces to tabs in _unfoldingWord.less
- Loading branch information
1 parent
c5f70a4
commit c7382e4
Showing
3 changed files
with
32 additions
and
30 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 |
---|---|---|
@@ -1,23 +1,23 @@ | ||
@door43-logo-size: 20px; | ||
|
||
.no-padding-button { | ||
display: inline-flex; | ||
padding: 0px !important; | ||
#door43-logo { | ||
height: @door43-logo-size !important; | ||
width: @door43-logo-size !important; | ||
margin-top: -0.5* @door43-logo-size !important; | ||
margin-bottom: -0.5 * @door43-logo-size !important; | ||
vertical-align: middle; | ||
display: inline-block; | ||
} | ||
|
||
.door43-logo { | ||
height: @door43-logo-size; | ||
width: @door43-logo-size; | ||
margin-top: -0.6 * @door43-logo-size; | ||
margin-bottom: -0.4 * @door43-logo-size; | ||
vertical-align: middle; | ||
display: inline-block; | ||
.empty-icon { | ||
width: 0px !important; | ||
margin: 0 0 0 0 !important; | ||
&:before { | ||
content: "\200b"; // zero-width space | ||
} | ||
} | ||
|
||
.empty-icon { | ||
width: 0px !important; | ||
margin: 0 0 0 0 !important; | ||
&:before { | ||
content: "\200b"; // zero-width space | ||
} | ||
.repo-button-separator { | ||
display: inline-flex; | ||
width: 5px; | ||
} |
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