mirror of https://github.com/byecorps/id.git
20 lines
375 B
CSS
20 lines
375 B
CSS
/* This file holds the look and feel for ByeCorps products.
|
|
|
|
(c) 2023 ByeCorps. All rights reserved.
|
|
*/
|
|
|
|
button, .button {
|
|
border: none;
|
|
padding: 15px 32px;
|
|
margin: 4px 2px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
border-radius: 8px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
header a {
|
|
text-decoration: none;
|
|
} |