-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(styles): change of south/north/history-query icon
add new files: history-query.svg + north.svg + south.svg. New class: oib-title-image/title-image (the purpose of these css classes is to resize the new icons) correct bug about oib-box
- Loading branch information
1 parent
fadd879
commit f6e9cb9
Showing
13 changed files
with
172 additions
and
5 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
frontend/src/app/history-query/history-query-list.component.html
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,31 @@ | ||
@import '../../common'; | ||
|
||
.image-block { | ||
text-align: center; | ||
color: $white; | ||
border-radius: 1rem; | ||
background-color: $darkGrey; | ||
width: 5rem; | ||
height: 4rem; | ||
margin-left: 0 !important; | ||
} | ||
|
||
img.title-image { | ||
height: 3rem; | ||
padding-top: 1rem; | ||
} | ||
|
||
// container of the page title | ||
.oib-header-container { | ||
display: flex; | ||
} | ||
|
||
.justify-content-between{ | ||
margin: 0; | ||
margin-bottom: 1rem; | ||
} | ||
|
||
h1 { | ||
margin-top: 0.8rem; | ||
margin-left: 1rem | ||
} |
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,31 @@ | ||
@import '../../common'; | ||
|
||
.image-block { | ||
text-align: center; | ||
color: $white; | ||
border-radius: 1rem; | ||
background-color: $darkGrey; | ||
width: 5rem; | ||
height: 4rem; | ||
margin-left: 0 !important; | ||
} | ||
|
||
img.title-image { | ||
height: 3rem; | ||
padding-top: 1rem; | ||
} | ||
|
||
// container of the page title | ||
.oib-header-container { | ||
display: flex; | ||
} | ||
|
||
.justify-content-between{ | ||
margin: 0; | ||
margin-bottom: 1rem; | ||
} | ||
|
||
h1 { | ||
margin-top: 0.8rem; | ||
margin-left: 1rem | ||
} |
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
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,31 @@ | ||
@import '../../common'; | ||
|
||
.image-block { | ||
text-align: center; | ||
color: $white; | ||
border-radius: 1rem; | ||
background-color: $darkGrey; | ||
width: 5rem; | ||
height: 4rem; | ||
margin-left: 0 !important; | ||
} | ||
|
||
img.title-image { | ||
height: 3rem; | ||
padding-top: 1rem; | ||
} | ||
|
||
// container of the page title | ||
.oib-header-container { | ||
display: flex; | ||
} | ||
|
||
.justify-content-between{ | ||
margin: 0; | ||
margin-bottom: 1rem; | ||
} | ||
|
||
h1 { | ||
margin-top: 0.8rem; | ||
margin-left: 1rem | ||
} |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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