Skip to content

Commit f96e356

Browse files
committed
Merge branch 'feature/#101_angular15_update' of github.com:fabioformosa/quartz-manager into feature/#101_angular15_update
# Conflicts: # .gitignore # quartz-manager-frontend/src/styles.css
2 parents 7cef355 + c646624 commit f96e356

File tree

2 files changed

+24
-7
lines changed

2 files changed

+24
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<mat-toolbar id="footer" style="color: rgba(255, 255, 255, 0.541176);" fxLayout="row" fxLayoutAlign="center center">
2-
<a mat-icon-button href="https://github.com/fabioformosa/quartz-manager">
3-
<img src="assets/image/github.png"/>
4-
&nbsp; Quartz Manager
5-
</a>
6-
<!-- Hand crafted with love by &nbsp;-->
7-
<!-- <a href="https://github.com/fabioformosa" style="color: rgba(255, 255, 255, 0.870588);">Fabio Formosa</a>-->
2+
<a href="https://github.com/fabioformosa/quartz-manager" class="flex flex-row align-items-center" style="gap: 6px">
3+
<div class="flex"><img src="assets/image/github.png"/></div>
4+
<div class="font-size-14 font-weight-500 display-block line-height-100">Quartz Manager</div>
5+
</a>
6+
<!-- Hand crafted with love by &nbsp;-->
7+
<!-- <a href="https://github.com/fabioformosa" style="color: rgba(255, 255, 255, 0.870588);">Fabio Formosa</a>-->
88
</mat-toolbar>

quartz-manager-frontend/src/styles.css

+18-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ body {
3030

3131
.flex {
3232
display: flex;
33-
}
33+
}
3434

3535
.flex-row {
3636
flex-direction: row;
@@ -79,3 +79,20 @@ body {
7979
.mdc-list-item__primary-text {
8080
font-size: 0.8em !important;
8181
}
82+
83+
.font-size-14 {
84+
font-size: 14px;
85+
}
86+
.font-weight-500 {
87+
font-weight: 500;
88+
}
89+
.display-block {
90+
display: block;
91+
}
92+
.line-height-100 {
93+
line-height: 100%;
94+
}
95+
.align-items-center {
96+
align-items: center;
97+
}
98+

0 commit comments

Comments
 (0)