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.
23 lines
349 B
SCSS
23 lines
349 B
SCSS
.image-center{
|
|
width: 50%;
|
|
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{}
|