-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[.github/workflows/main.yml] Add shorter README for generated/compile…
…d repo ; [{angular,package,package-lock}.json] Angular 15 -> 17 Triggered by commit: offscale/offscale-www@40cf0ef
- Loading branch information
1 parent
1c27b5d
commit cb3e570
Showing
12 changed files
with
95 additions
and
43 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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,78 @@ | ||
.flex-direction-column { | ||
flex-direction: column; | ||
display: flex; | ||
} | ||
|
||
.flex-direction-row { | ||
flex-direction: row; | ||
display: flex; | ||
} | ||
|
||
.row-narrow-column-wide { | ||
flex-direction: row; | ||
box-sizing: border-box; | ||
display: flex; | ||
flex: 1 1 100%; | ||
flex-grow: 1; | ||
flex-shrink: 1; | ||
flex-basis: 100%; | ||
max-height: 100%; | ||
} | ||
|
||
.flex-row { | ||
flex-direction: column; | ||
box-sizing: border-box; | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
} | ||
|
||
.width-pc-33 { | ||
max-width: 33%; | ||
} | ||
|
||
.width-pc-50 { | ||
max-width: 50%; | ||
} | ||
|
||
.width-pc-50-lt-md-100 { | ||
max-width: 50%; | ||
} | ||
|
||
/* lt-md */ | ||
@media screen and (max-width: 959px) { | ||
footer { | ||
padding: 0 40px; | ||
} | ||
|
||
section { | ||
padding: 0; | ||
} | ||
|
||
#github-logo { | ||
height: 30px; | ||
padding: 0 10px | ||
} | ||
|
||
.row-narrow-column-wide { | ||
flex-direction: column; | ||
box-sizing: border-box; | ||
display: flex; | ||
flex: 1 1 100%; | ||
flex-grow: 1; | ||
flex-shrink: 1; | ||
flex-basis: 100%; | ||
max-height: 100%; | ||
} | ||
|
||
.width-pc-50-lt-md-100 { | ||
max-width: 100%; | ||
} | ||
} | ||
|
||
/* gt-md */ | ||
@media screen and (min-width: 1280px) { | ||
.gt-md-width-pc-50 { | ||
max-width: 50%; | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.