ボタンデザイン大変更テスト

This commit is contained in:
harukin 2018-11-10 19:27:04 +09:00
parent dce2471ecd
commit 9fe0b15220

View File

@ -1845,6 +1845,22 @@ dl.bb-dl > dd > li {
border: none; border: none;
} }
.btn-outline-secondary{
border: unset;
border-radius: 50% !important;
width: 2.5rem;
height: 2.5rem;
}
.btn-primary{
border-radius: 15% !important;
width: 50%;
}
#profile-jot-submit-right{
width: 200px;
}
a[title*="harukin@plus.haruk.in"]{ a[title*="harukin@plus.haruk.in"]{
color: rgb(170, 2, 2); color: rgb(170, 2, 2);
} }