create a button5 style for community page buttons/links

This commit is contained in:
meaz 2020-01-05 09:45:49 +01:00
parent bfccf319ba
commit 8b79e3e986
1 changed files with 13 additions and 0 deletions

View File

@ -526,6 +526,19 @@ input::-moz-focus-inner {
padding: 0;
}
/* button stylized for community page
------------------------------------*/
.button5 {
background-color: #4e2230;
color:white;
padding: 1.5% 2%;
border-radius: 15px;
text-decoration: none;
box-shadow: 0 0 10px #898888;
}
/* Forms */
form { margin-bottom: 24px; }