Marthee commited on
Commit
a4d6fe2
·
verified ·
1 Parent(s): 87cbd4e

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +13 -0
static/style.css CHANGED
@@ -974,4 +974,17 @@ cursor: pointer;
974
  to {
975
  box-shadow: 0 0 25px #4caf50, 0 0 50px #4caf50;
976
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
977
  }
 
974
  to {
975
  box-shadow: 0 0 25px #4caf50, 0 0 50px #4caf50;
976
  }
977
+ }
978
+
979
+ #projlinkTesting,#projlinkTestingSchedule{
980
+ margin-top:10px;
981
+ margin-left:5px;
982
+ width: 51ch !important;
983
+ height: 30px;
984
+ font-size: 13px;
985
+ border-radius: 3px;
986
+ cursor: pointer;
987
+ font-family: "acumin-pro", sans-serif;
988
+ font-weight: 400;
989
+ font-style: normal;
990
  }