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

200 行
3.1 KiB
SCSS
Raw 通常表示 履歴

2021-10-02 12:19:28 +09:00
.avatar-wrapper{
position: relative;
2021-11-05 00:07:08 +09:00
width: 200px;
height: 200px;
2021-10-02 12:19:28 +09:00
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;
}
}
2021-10-03 15:26:02 +09:00
textarea{
resize: none;
2021-10-04 00:18:11 +09:00
}
a{
text-decoration: none !important;
2021-10-04 10:13:33 +09:00
}
2021-10-04 10:52:35 +09:00
@include media-breakpoint-down(xs){
2021-11-01 21:40:07 +09:00
.l-content__ttl h2{
font-size: 25px !important;
2021-11-01 21:40:07 +09:00
}
.meeting-tab{
height: 55px !important;
font-size: 16px;
2021-11-01 21:40:07 +09:00
}
.meeting-ttl{
font-size: 17px !important;
2021-11-01 21:40:07 +09:00
}
.meeting-txt{
font-size: 16px !important;
2021-11-01 21:40:07 +09:00
}
.user-date span{
font-size: 14px !important;
}
.count{
width: 18px !important;
height: 18px !important;
}
.meeting-label{
font-size: 17px !important;
2021-11-01 21:40:07 +09:00
}
.user-name{
font-size: 16px !important;
2021-11-01 21:40:07 +09:00
}
.user-advice-btn span{
font-size: 15px !important;
2021-11-01 21:40:07 +09:00
}
.meeting-date{
font-size: 15px !important;
2021-11-01 21:40:07 +09:00
}
.p-article__pdf__btn span{
font-size: 16px !important;
2021-11-01 21:40:07 +09:00
}
.p-article__txt{
font-size: 16px !important;
2021-11-01 21:40:07 +09:00
}
.p-consent-btn span{
font-size: 16px !important;
2021-11-01 21:40:07 +09:00
}
.search-item .user-avatar{
min-width: 50px !important;
width: 50px !important;
height: 50px !important;
}
.profile-info__item{
padding: 10px 20px 10px 15px !important;
}
2021-10-04 16:49:03 +09:00
2021-10-04 10:13:33 +09:00
}
2021-10-04 10:52:35 +09:00
.input-default{
2021-11-05 00:07:08 +09:00
border-radius: 20px !important;
height: 55px;
2021-10-04 10:52:35 +09:00
font-size: 18px;
}
.control-label{
2021-10-24 00:13:32 +09:00
font-size: 14px !important;
2021-10-04 10:52:35 +09:00
}
2021-10-04 13:37:25 +09:00
.icon-search{
height: 50px !important;
width: 54px !important;
top: 12px !important;
2021-10-04 16:49:03 +09:00
}
.profile-thumb{
width: 170px !important;
height: 170px !important;
}
.profile-image{
border-radius: 50%;
width: 100%;
height: 100%;
object-fit: cover;
}
2021-10-04 18:22:19 +09:00
.p-notification-icon-bg{
box-shadow: 0 1px 8px rgb(0 0 0 / 30%) !important;
}
2021-10-05 04:11:31 +09:00
.btn-shadow{
box-shadow: 0 1px 8px rgb(0 0 0 / 30%) !important;
}
2021-10-10 05:51:00 +09:00
.btn-disabled{
background-color: #eaeff2;
color: #6f7372;
2021-10-22 16:41:39 +09:00
}
.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;
2021-10-22 22:03:05 +09:00
}
.css-1t1j96h-MuiPaper-root-MuiDialog-paper{
border-radius: 15px !important;
2021-10-24 00:13:32 +09:00
}
.meeting-item{
&:last-child{
border-bottom: none;
}
2021-10-24 18:32:17 +09:00
}
.p-file-image figure.image-upload:after{
display: none !important;
2021-11-01 21:40:07 +09:00
}
.avatar-img, .father-img{
2021-11-01 21:40:07 +09:00
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
}
.p-file-for figure{
height: 250px;
img{
width: 100%;
height: 100%;
object-fit: contain;
}
2021-11-07 16:41:47 +09:00
}
.mypage-nav-list__item{
&.nav-active{
.prof-wrap{
border: 1px solid #F0DE00 !important;;
}
}
.prof-wrap{
@media screen and (min-width:1024px){
width: 24px !important;
height: 24px !important;
}
}
2021-10-10 05:51:00 +09:00
}