You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
500 B
SCSS
32 lines
500 B
SCSS
.image-center{
|
|
width: 100%;
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.text-style{
|
|
margin: 5px;
|
|
}
|
|
|
|
.class-dev-close{
|
|
border: 1px solid lightgray;
|
|
border-radius: 30px;
|
|
}
|
|
.class-dev-open{}
|
|
|
|
.class-item-open{
|
|
border: 1px solid lightgray;
|
|
border-radius: 30px;
|
|
height: 100px;
|
|
}
|
|
.class-item-close{}
|
|
|
|
.image-item{
|
|
width: 30%;
|
|
height: 70%;
|
|
margin-top: 30px;
|
|
border: 1px solid white;
|
|
border-radius: 11px;
|
|
margin-bottom: 25px;
|
|
}
|