frontend/src/components/Class/index.scss
2020-06-12 16:17:48 +02:00

13 lines
290 B
SCSS

.class {
display: flex;
min-height: 50px;
background-color: rgb(100, 181, 246) !important;
align-items: center;
justify-content: center;
flex-direction: column;
margin-top: 10px;
padding:10px;
border-radius: 10px;
width: 90%;
cursor: pointer;
}