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

172 行
2.5 KiB
SCSS
Raw 通常表示 履歴

2021-09-30 13:38:14 +09:00
2021-10-02 12:19:28 +09:00
.avatar-wrapper{
position: relative;
2021-10-28 13:38:45 +09:00
width: 220px;
height: 220px;
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-10-04 10:13:33 +09:00
.l-content__ttl h2{
font-size: 20px !important;
}
.meeting-tab{
height: 45px !important;
font-size: 15px;
}
.meeting-ttl{
font-size: 15px !important;
}
.meeting-txt{
font-size: 14px !important;
}
.user-date span{
font-size: 14px !important;
}
.count{
width: 18px !important;
height: 18px !important;
}
.meeting-label{
font-size: 15px !important;
}
.user-name{
2021-10-04 13:37:25 +09:00
font-size: 13px !important;
2021-10-04 10:13:33 +09:00
}
.user-advice-btn span{
font-size: 14px !important;
}
.meeting-date{
font-size: 13px !important;
}
.p-article__pdf__btn span{
font-size: 14px !important;
}
.p-article__txt{
font-size: 13.5px !important;
}
.p-consent-btn span{
font-size: 15px !important;
}
2021-10-04 16:49:03 +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 10:13:33 +09:00
}
2021-10-04 10:52:35 +09:00
.input-default{
2021-10-09 05:15:18 +09:00
// border-radius: 18px !important;
2021-10-04 10:52:35 +09:00
height: 50px;
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-10-10 05:51:00 +09:00
}