This commit is contained in:
harukin 2018-11-10 20:41:29 +09:00
parent e0aef681d4
commit 109e986228

View File

@ -1845,13 +1845,18 @@ dl.bb-dl > dd > li {
border: none; border: none;
} }
#profile-jot-submit-wrapper .btn-outline-secondary{ #profile-jot-submit-wrapper > div > .btn-outline-secondary , #profile-jot-submit-wrapper > div > div > .btn-outline-secondary{
border: unset;
border-radius: 50% !important;
width: 2.5rem;
height: 2.5rem;
}
.modal-footer .btn-outline-secondary{
border: unset; border: unset;
border-radius: 50% !important; border-radius: 50% !important;
width: 2.5rem; width: 2.5rem;
height: 2.5rem; height: 2.5rem;
} }
.btn-primary{ .btn-primary{
border-radius: 15% !important; border-radius: 15% !important;
width: 50%; width: 50%;