Commit c0f9924a authored by SpinShare's avatar SpinShare

swapped button2 to button

parent cf147588
......@@ -231,27 +231,24 @@
min-height: 100vh;
overflow-y: scroll;
}
section {
&.section-library {
padding: 50px;
}
}
button, .button {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
text-decoration: none;
border: 0px;
color: #fff;
background: rgba(255,255,255,0.2);
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
font-weight: bold;
letter-spacing: 0.1em;
background: linear-gradient(135deg, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
padding: 10px 20px;
border-radius: 4px;
padding: 7px 14px;
border: 0px;
text-transform: uppercase;
transition: 0.2s ease-in-out all;
cursor: pointer;
&:hover {
background: #fff;
color: #222;
cursor: pointer;
opacity: 0.6;
}
&:focus {
outline: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment