mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
quick start guide
This commit is contained in:
@@ -21,7 +21,7 @@ import { Content as RestText } from '../content/index/rest.md'
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<p>
|
<p>
|
||||||
Have a look at the default styles and read more about how to integrate it to your website or
|
Have a look at the default styles and read more about how to integrate it to your website or
|
||||||
app here:
|
app:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<a class="quick-start-button" href="/quick_start">Quick Start Guide</a>
|
<a class="quick-start-button" href="/quick_start">Quick Start Guide</a>
|
||||||
|
|||||||
@@ -104,21 +104,23 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.quick-start-button {
|
.quick-start-button {
|
||||||
/*display: block;*/
|
display: block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: white;
|
color: white;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
letter-spacing: 0.05rem;
|
letter-spacing: 0.1rem;
|
||||||
font-size: 15px;
|
font-size: 20px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
padding: 6px 16px;
|
padding: 20px 0;
|
||||||
margin-top: 15px;
|
margin: 5em auto;
|
||||||
background: linear-gradient(32deg, #03a9f4, transparent) #f441a5;
|
width: 300px;
|
||||||
|
text-align: center;
|
||||||
|
background: linear-gradient(32deg, #fdb900, transparent) #f441a5;
|
||||||
transition: background-color 1s;
|
transition: background-color 1s;
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
background-color: #fdb900;
|
background-color: #03a9f4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user