このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
kikikan/backend/resources/sass/layouts/_main.scss

285 行
4.5 KiB
SCSS

.l-container{
min-height: 100vh;
}
.avatar-wrapper{
position: relative;
width: 220px;
height: 220px;
margin: auto;
border-radius: 50% 50%;
border: 1px solid gainsboro;
}
.avatar-label{
position: absolute;
bottom: 0;
margin: 0;
right: 0;
span{
box-shadow: 0 0 8px rgb(0 0 0 / 18%) !important;
}
}
textarea{
resize: none;
}
a{
text-decoration: none !important;
}
.input-default{
border-radius: 20px !important;
height: 55px;
font-size: 18px;
}
.control-label{
font-size: 14px !important;
}
.icon-search{
height: 50px !important;
width: 54px !important;
top: 12px !important;
}
.profile-image{
border-radius: 50%;
width: 100%;
height: 100%;
object-fit: cover;
}
.p-notification-icon-bg{
box-shadow: 0 1px 8px rgb(0 0 0 / 30%) !important;
}
.btn-shadow{
box-shadow: 0 1px 8px rgb(0 0 0 / 30%) !important;
}
.btn-disabled{
background-color: #eaeff2;
color: #6f7372;
}
.text-icon{
position:relative;
&:after{
background-size:33px 30px;
width:33px;
height:32px;
position:absolute;
right:0;
top:0
}
}
.icon-text:after{
background:url(/assets/img/icon/file-text.svg) no-repeat;
background-size: 35px 32px;
}
.meeting-item{
&:last-child{
border-bottom: none;
}
}
.p-file-image figure.image-upload:after{
display: none !important;
}
.avatar-img, .father-img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
}
.p-file-for figure{
height: 250px;
img{
width: 100%;
height: 100%;
object-fit: contain;
}
}
.mypage-nav-list__item{
&.nav-active{
.prof-wrap{
border: 1px solid #F0DE00 !important;;
}
}
.prof-wrap{
@media screen and (min-width:1068px){
width: 24px !important;
height: 24px !important;
}
img{
width: 100%;
height: 100%;
object-fit: cover;
}
}
}
.css-loader{
color: green !important;
position: fixed;
z-index: 10;
@media screen and (min-width:1068px){
width: 40px !important;
height: 40px !important;
top: calc(45vh - 22px);
left: calc( 50vw + 240px / 2 - 22px);
}
@media screen and (max-width:1068px){
width: 30px !important;
height: 30px !important;
top: calc(45vh - 15px);
left: calc(50vw - 15px);
}
}
.p-article .meeting-member-count {
display: block !important;
}
.css-1t1j96h-MuiPaper-root-MuiDialog-paper{
border-radius: 20px !important;
min-width: 300px;
}
#SettingNotifyModal .css-1t1j96h-MuiPaper-root-MuiDialog-paper{
min-height: 70%;
}
.meeting-member-list{
overflow-y: scroll;
}
.icon-calendar{
z-index: 2 !important;
&:after{
width: 30px !important;
height: 30px !important;
}
}
.p-article__txt, .profile-info__item .txt{
white-space: pre-wrap;
}
.meeting-txt{
-webkit-box-orient: vertical;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
}
.profile-name, .profile-info{
font-size: 18px !important;
@include media-breakpoint-down(xs){
font-size: 16px !important;
}
}
/////////////////////////////////////////////////////////////////////////
@media screen and (min-width: 1068px){
.p-meetingAdd-btn {
width: 200px !important;
}
.btn-meeting .icon {
margin-left: 5px !important;
padding: 0 !important;
}
.search-container {
padding-bottom: 50px !important;
}
.p-file-nav figure{
min-width: 100px !important;
}
}
@media screen and (max-width: 1068px){
::-webkit-scrollbar {
display: none;
}
.search-item{
&:first-child{ border-top: none !important; }
&:last-child{ border-bottom: none !important;}
}
}
@include media-breakpoint-down(xs){
.l-content__ttl h2{
font-size: 25px !important;
}
.meeting-tab{
height: 55px !important;
font-size: 16px;
}
.meeting-ttl{
font-size: 17px !important;
}
.meeting-txt{
font-size: 16px !important;
}
.user-date span{
font-size: 14px !important;
}
.count{
min-width: 20px !important;
min-height: 20px !important;
}
.meeting-label{
font-size: 17px !important;
}
.user-name{
font-size: 16px !important;
}
.user-advice-btn span{
font-size: 15px !important;
}
.meeting-date{
font-size: 15px !important;
}
.p-article__pdf__btn span{
font-size: 16px !important;
}
.p-article__txt{
font-size: 16px !important;
}
.p-consent-btn span{
font-size: 16px !important;
}
.profile-info__item{
padding: 10px 20px 10px 15px !important;
}
.numerator, .denominator{
font-size: 16px !important;
}
}