Remove Roboto from partner-style.css, improve button styling
Signed-off-by: Celeste Horgan <celeste@cncf.io>pull/23656/head
parent
4cbb3b2823
commit
0da853bb11
|
@ -71,6 +71,7 @@ footer {
|
||||||
background-color: $blue;
|
background-color: $blue;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cellophane {
|
#cellophane {
|
||||||
|
|
|
@ -82,7 +82,6 @@
|
||||||
.button{
|
.button{
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: "Roboto", sans-serif;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
|
Loading…
Reference in New Issue