tj-sga-website-react/src/App.css
2020-12-11 16:27:22 -05:00

49 lines
672 B
CSS

.space-2 {
margin: 1rem;
padding: 1rem;
}
.space-4 {
margin: 2rem;
padding: 2rem;
}
.button {
border-color: #474849;
border-width: 2px;
border-radius: 0.25rem;
background-color: inherit;
box-shadow: none;
}
.col {
display: flex;
flex-direction: column;
align-items: center;
}
.flex-1 {
flex: 1;
}
.flex-2 {
flex: 2;
}
.blue-button {
text-transform: uppercase;
padding: 13px 23px;
border-width: 2px;
border-radius: 0.25rem;
border-style: solid;
border-color: #38A3BD;
background-color: white;
color: #38A3BD;
display: inline-block;
cursor: pointer;
}
.clickable-link {
text-decoration: underline;
color: #38A3BD;
}