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

111 行
1.5 KiB
SCSS
Raw 通常表示 履歴

2021-09-30 13:38:14 +09:00
2021-10-02 12:19:28 +09:00
.avatar-wrapper{
position: relative;
width: 170px;
height: 170px;
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){
.user-avatar{
2021-10-04 10:13:33 +09:00
width: 40px !important;
height: 40px !important;
}
.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 10:52:35 +09:00
.input-default{
border-radius: 18px !important;
height: 50px;
font-size: 18px;
}
.control-label{
font-size: 12px !important;
}
2021-10-04 13:37:25 +09:00
.icon-search{
height: 50px !important;
width: 54px !important;
top: 12px !important;
}