From 9fe0b152202c71a647a5f189449a4cad4ace3bd9 Mon Sep 17 00:00:00 2001 From: harukin Date: Sat, 10 Nov 2018 19:27:04 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=9C=E3=82=BF=E3=83=B3=E3=83=87=E3=82=B6?= =?UTF-8?q?=E3=82=A4=E3=83=B3=E5=A4=A7=E5=A4=89=E6=9B=B4=E3=83=86=E3=82=B9?= =?UTF-8?q?=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 8a91b46..cd8804f 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1845,6 +1845,22 @@ dl.bb-dl > dd > li { 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"]{ color: rgb(170, 2, 2); }