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.
48 lines
1.1 KiB
SCSS
48 lines
1.1 KiB
SCSS
// .imgCircle{
|
|
// height: 30vh;
|
|
// width: 30vh;
|
|
// margin: auto;
|
|
// display: block;
|
|
// // background: red;
|
|
// overflow: hidden;
|
|
// background: transparent;
|
|
// border-radius: 50% !important;
|
|
// }
|
|
|
|
|
|
.imgCircle{
|
|
// width: 90px;
|
|
// height: 90px;
|
|
// display: inline-flex;
|
|
// overflow: hidden;
|
|
// background: transparent;
|
|
// -webkit-border-radius:50% !important;
|
|
// -moz-border-radius:50% !important;
|
|
// border-radius: 50% !important;
|
|
// // margin:0 auto 40px;
|
|
|
|
position: relative;
|
|
width: 234px;
|
|
height: 215px;
|
|
margin-top: 33px !important;
|
|
margin: auto;
|
|
display: block;
|
|
// background: red;
|
|
overflow: hidden;
|
|
background: transparent;
|
|
border-radius: 50% !important;
|
|
color:#fff;
|
|
background-color: rgba(0,0,0,0.1);
|
|
// box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
|
|
img{
|
|
-webkit-border-radius:50% !important;
|
|
-moz-border-radius:50% !important;
|
|
border-radius: 50% !important;
|
|
height: auto !important;
|
|
width: 70% !important;
|
|
}
|
|
//box-shadow: 0px 0px 0px 10px #8c8c8c;
|
|
|
|
|
|
} |