Rev 3719 | Rev 3745 | Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |
.commentHeader{display:flex;border-bottom:var(--border-primary);padding-bottom:.5rem;margin-bottom:.5rem}.commentHeader .info{margin-left:.5rem}.userImage{width:50px;float:none;object-fit:contain;border-radius:50%;background:#fff}.postContainer{display:flex;background-color:var(--bg-color);padding:1rem;flex-direction:column;box-shadow:var(--shadow)}.commentSection{max-height:400px;overflow-y:auto;background:var(--bg-color);border-radius:10px;margin-top:1rem;padding:0 .5rem}.feedCommentContainer{display:flex;justify-content:flex-start;align-items:center;margin-top:1rem;gap:10px}.feedCommentContainer img{border-radius:100px;width:43px;height:43px;object-fit:cover;background:#fff}.feedCommentContainer .commentInput{margin:0;flex:1;padding:.5rem 0;border:none;font-size:1rem;background-color:var(--bg-color)}.feedCommentContainer .submitButton{height:2.5rem;margin:0;width:auto;margin-top:.5rem;background-color:var(--button-bg);border:none;padding:.5rem 1rem;color:var(--bg-color);border-radius:var(--global-border-r
adius);border:1px solid var(--button-bg);font-size:1rem;transition:.2s}.feedCommentContainer .submitButton:hover{background-color:var(--button-bg-hover)}.mainSection{display:grid;grid-template-columns:1fr}.feedSection{display:flex;flex-direction:column;gap:10px;overflow-x:hidden;padding-top:10px}.sectionHeader{display:flex;flex-direction:column}.suggestions{background:var(--bg-color);margin-bottom:1rem}.postsList{display:flex;align-items:flex-start;padding:1rem;gap:.5rem;flex-direction:column;border-top:1px solid var(--border-primary)}.postsList h4{font-weight:bold;font-size:1.1rem}.postsList span{font-size:.9rem}.postsList img{width:100%;height:150px;object-fit:cover}@media(min-width: 768px){.postsList img{height:180px}}.suggestionList{margin-top:1rem;max-height:30vh;overflow:auto}.peopleYouMayKnow{display:none}.userProfile{background-color:var(--bg-color);margin-bottom:1rem;padding:.5rem;position:relative;border-radius:10px;border:solid 1px rgba(0,0,0,.25)}.userProfile__header{display:none;flex-direction:c
olumn;justify-content:center;align-items:center;margin-bottom:1rem;position:relative;z-index:0}.userProfile__header__imgContainer{margin-bottom:.5rem;width:100px;max-height:100px}.userProfile__header__imgContainer img{border-radius:50%;background:#fff}.userProfile__headerBackground{display:none;position:absolute;height:60px;width:100%;top:0;left:0;z-index:0;border-radius:5px 5px 0 0}.userProfile__connectionInfo{display:flex;justify-content:space-around;align-items:center}.userProfile__connectionInfo__infoContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:50%}.userProfile__connectionInfo__infoContainer__title{font-size:.9rem;color:var(--subtitle-color)}.userProfile__connectionInfo__infoContainer__info{font-size:.9rem;padding:0 .3rem;color:var(--font-color)}.widget{display:flex;align-items:center;justify-content:space-around;background-color:var(--bg-color);padding:.5rem;margin-bottom:1rem;border-radius:10px}.widget__app{display:flex;flex-direction:column;align-items:ce
nter;justify-content:center;flex:100%;text-align:center}.widget__app__img{width:50px;height:50px;border-radius:50%}.widget__app__title{color:var(--font-color);font-size:.9rem}@media(min-width: 768px){.mobile_widget{display:none}.widget{flex-direction:column}.widget__app:not(:first-child){margin-top:.5rem}.mainSection{grid-template-columns:30% 70%;gap:1.5rem;grid-template-areas:"header feed" "peopleknow feed" ". feed" "news news";padding:0 10%}.sectionHeader{display:flex;flex-direction:column;grid-area:header}.userProfile{display:block}.userProfile__header{display:flex}.userProfile__headerBackground{display:block}.userProfile__connectionInfo{flex-direction:column}.userProfile__connectionInfo__infoContainer:not(:last-child){margin-bottom:.5rem}.peopleYouMayKnow{display:block}.feedSection{grid-area:feed}.suggestions{display:block}}@media(min-width: 1024px){.mainSection{grid-template-columns:25% 50% 25%;grid-template-rows:auto auto auto;grid-template-areas:"header feed peopleknow" "news feed ." ". feed ."}}@medi
a(min-width: 1200px){.mainSection{grid-template-columns:23% 50% 23% !important;padding:0% 5% !important}}.shareFeed{display:flex;flex-direction:column;align-items:flex-start;padding:24px 36px;gap:22px;width:100%;height:100%;max-height:130px;background-color:var(--bg-color);border-radius:5px;box-shadow:var(--shadow)}.formContainer{display:flex;width:100%;gap:5px}.shareRowContainer{display:flex;align-items:center;gap:5px}.shareImage{width:25%}.shareIcon{font-size:1.1rem}.userInputContainer{display:flex;align-items:center;justify-content:flex-start;gap:1rem;width:75%}.userInputContainer img{border-radius:100px;width:43px;height:43px;object-fit:cover;background-color:#fff}.userInputContainer input{background-color:var(--bg-color) !important;border:none !important;box-shadow:none !important;outline:none !important;padding:0 .75rem}.shareIconContainer{display:grid;place-items:center;width:28px;height:28px}.shareIconContainer .shareIcon{color:var(--icons-color)}.shareIconContainer:hover{background:var(--font-color)
;border-radius:10px}.shareIconContainer:hover .shareIcon{color:var(--bg-color)}.iconActive{border-radius:10px;background:var(--font-color)}.iconActive .shareIcon{color:var(--bg-color);transform:rotate(45deg);transition:all .2s}.iconActive:hover{background:var(--font-color)}.iconActive:hover .shareIcon{color:var(--bg-color);transform:rotate(0)}.peopleYouMayKnow{background:var(--bg-color);margin-bottom:1rem}.suggestionList{max-height:60vh;overflow:auto;width:100%}.viewMore{margin-top:1rem;text-align:center}.viewMore a{font-weight:500;color:var(--font-color)}.viewMore a:hover{color:var(--font-color-hover)}.user{display:flex;align-items:center;padding:1rem;gap:.5rem;flex-direction:column;border-top:1px solid var(--border-primary)}.user img{border-radius:50%;max-width:3.3rem;background:#fff}.user div.d-flex{gap:.5rem}.user h4{font-weight:bold}