Button color changes on Plugins page for A11Y (#2726)

* microsite changes

adding padding to bottom of graphic

changing background of last section of Demos page

* Update plugins.css

* Update plugins.css

* Update plugins.css

* Update plugins.css

Co-authored-by: Stefan Ålund <alund@spotify.com>
This commit is contained in:
Kat Zhou
2020-10-04 18:38:28 +02:00
committed by GitHub
parent 1518741f67
commit 163802c8b9
+5 -6
View File
@@ -53,13 +53,12 @@
.ButtonFilled {
padding: 4px 8px;
border-radius: 4px;
background-color: #36baa2;
color: white;
color: #69DDC7;
margin-top: 36px;
}
.ButtonFilled:hover {
border: 1px solid #36baa2;
border: 1px solid #69DDC7;
background-color: transparent;
}
@@ -67,8 +66,8 @@
font-size: small;
border-radius: 16px;
padding: 2px 8px;
border: 1px solid #36baa2;
color: #36baa2;
border: 1px solid #69DDC7;
color: #69DDC7;
}
.PluginCardLink {
@@ -112,5 +111,5 @@
}
#add-plugin-card {
border: 1px solid #36baa2;
border: 1px solid #69DDC7;
}