FunctionProject/website/public/css/pages/FunctionComponent.css

35 lines
686 B
CSS
Raw Normal View History

.FunctionComponent__top {
2020-08-03 14:14:45 +02:00
display: flex;
align-items: center;
position: relative;
flex-direction: column;
word-wrap: break-word;
box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.25);
border: 1px solid black;
border-radius: 1rem;
margin-top: 40px;
}
.FunctionComponent__title {
2020-08-03 14:14:45 +02:00
margin: 0;
}
.FunctionComponent__description {
2020-08-03 14:14:45 +02:00
word-break: break-all;
margin-bottom: 0;
}
.FunctionComponent__slide {
2020-08-03 14:14:45 +02:00
margin-top: 30px;
}
.FunctionComponent__image {
2020-08-03 14:14:45 +02:00
width: 150px;
}
.FunctionComponent__star-favorite {
2020-08-03 14:14:45 +02:00
color: var(--important);
width: 2em !important;
height: 2em !important;
position: absolute;
right: 0;
top: 15px;
margin-right: 15px;
cursor: pointer;
}