luke пре 6 година
родитељ
комит
a867523da3
2 измењених фајлова са 11 додато и 9 уклоњено
  1. 6 7
      service/src/css/index.css
  2. 5 2
      service/src/pages/TheCurrentSession.vue

+ 6 - 7
service/src/css/index.css

@@ -210,13 +210,6 @@ body {
   color: #fff;
 }
 
-.allAlignment .el-button{
-  line-height: 0 !important;
-  border:none !important;
-  padding: 0 !important;
-  font-size: 14px !important;
-  font-weight: 400!important;
-}
 
 #sessionHistory .el-icon-search {
   margin-left: 10px !important;
@@ -272,4 +265,10 @@ body {
 #pop .expression:hover {
   background: url("./../assets/img/frcea.png") no-repeat;
   background-size: 100% 100%;
+}
+
+.el-button--primary {
+  color: #fff !important;
+  background-color: #409eff !important;
+  border-color: #409eff !important;
 }

+ 5 - 2
service/src/pages/TheCurrentSession.vue

@@ -1573,7 +1573,7 @@
 		height: 46.5vh;
 	}
 
-	.el-button--primary {
+	#pop .el-button--primary {
 		background: #409EFF !important;
 		/* color:#fff  !important; */
 		border: 1px solid #DCDFE6;
@@ -1589,7 +1589,7 @@
 		padding: 4px 8px;
 	}
 
-	.el-button {
+	#pop .el-button {
 		line-height: 0;
 		/* width: 0; */
 		border: none;
@@ -1602,4 +1602,7 @@
    		max-width:15vw;
     /* line-height: 180%; */
 	}
+	.rightAlignment .el-button {
+		border:none;
+	}
 </style>