add profiles
This commit is contained in:
parent
ac3ba1ee4d
commit
880134b91b
52 changed files with 115 additions and 146 deletions
|
@ -22,7 +22,15 @@
|
|||
overflow: hidden;
|
||||
img {
|
||||
width: auto;
|
||||
width:100%!important;
|
||||
object-fit: cover;
|
||||
height: 10em;
|
||||
border-radius:10px;
|
||||
&#noncover{
|
||||
background:#e1e1e1;
|
||||
width:auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
}
|
||||
.team-item-description {
|
||||
|
|
|
@ -29,3 +29,31 @@ $responsive-large: 1500px;
|
|||
@import "layouts/transitions";
|
||||
@import "layouts/contact-card";
|
||||
@import "layouts/map";
|
||||
|
||||
/* ===== Scrollbar CSS ===== */
|
||||
/* Firefox */
|
||||
// * {
|
||||
// scrollbar-width: thin;
|
||||
// scrollbar-color: #2980b9 #c7c7c7;
|
||||
// }
|
||||
|
||||
/* Chrome, Edge, and Safari */
|
||||
*::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
z-index: 10;
|
||||
right:0;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-track {
|
||||
display: none;
|
||||
}
|
||||
*::-webkit-scrollbar-track-piece{
|
||||
display: none;
|
||||
}
|
||||
*::-webkit-scrollbar-thumb {
|
||||
background: #3498db;
|
||||
border-radius: 5px;
|
||||
}
|
||||
*::-webkit-scrollbar-thumb:hover{
|
||||
background: #2980b9;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue