Skip to content

Commit 8060927

Browse files
committed
Add button for Epos
Epos stands for European Plate Observing System
1 parent 3877f8b commit 8060927

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- OpenMinTeD
1313
- QQ
1414
- WeChat
15+
- Epos
1516
- Add info about compatiblity in README.
1617
- Enable/disable cookie banner functionality via setting in config file.
1718

www/resources/images/epos.png

4.82 KB
Loading

www/resources/sass/_colors.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ $openaire-blue: #39378d;
4040
$openminted: #02bab4;
4141
$wechat: #2dc101;
4242
$qq: #4292FF;
43+
$epos: #10482A;
4344

www/resources/sass/_idps_buttons.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,12 @@
139139
&.qq {
140140
background-color: $qq;
141141
}
142+
&.epos {
143+
border-color: $epos;
144+
background-color: $white;
145+
img {
146+
padding: 5px;
147+
margin-right: 0;
148+
}
149+
}
142150
}

0 commit comments

Comments
 (0)