id/bcid_prototyping/styles/design.css

20 lines
375 B
CSS
Raw Normal View History

2023-06-07 20:40:38 +01:00
/* 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;
}