浏览代码

button size

andifebri 3 年之前
父节点
当前提交
20db204069
共有 2 个文件被更改,包括 25 次插入10 次删除
  1. 18 10
      styles/bootstrap/_buttons.scss
  2. 7 0
      styles/bootstrap/_type.scss

+ 18 - 10
styles/bootstrap/_buttons.scss

@@ -136,36 +136,44 @@ input[type="button"] {
 		width: 100%;
 	}
 }
-
+.posisi-btn-1 .button-kirimlaporan{
+	border-radius: 5px;
+}
 .button-kirimlaporan {
 	// background: rgba(0, 0, 0, 0.05);
 	display: inline-block;
 	background-color: #6fb9de;
-	width: 175px;
-	height: 40px;
+	width: 150px;
+	height: 33px;
+	margin-bottom: -15px;
+	
 }
 .text-kirimlaporan {
 	font-weight: 500;
-	font-size: 20px;
+	font-size: 17px;
 	letter-spacing: 0.02em;
 	text-align: center;
 	padding-bottom: 5px;
 }
-.button-lihatpemantauan {
+.posisi-btn-1 .button-lihatpemantauan {
+	border-radius: 5px;
 	position: relative;
 	margin-left: auto;
 	// background: rgba(0, 0, 0, 0.05);
 	display: inline-block;
 	background-color: #6fb9de;
-	width: 200px;
-	height: 40px;
+	width: 160px;
+	height: 35px;
+	margin-bottom: -5px;
+	
 }
 .text-lihatpemantauan {
-	font-weight: 500;
-	font-size: 20px;
+	// font-weight: 500;
+	font-size: 16px;
 	letter-spacing: 0.02em;
 	text-align: center;
-	padding-bottom: 5px;
+	// padding-bottom: 5px;
+	margin: -5px;
 }
 .btn-labeled {
 	padding-top: 0;

+ 7 - 0
styles/bootstrap/_type.scss

@@ -141,4 +141,11 @@ mark,
   padding: 0;
   font-size: 15px;
   border-radius: 10px;
+}
+.font-20{
+  font-size: 20px;
+  margin-left: 10px;
+}
+.mrgn-top-5{
+  margin-top: 5px;
 }