malaknihed commited on
Commit
16373ad
·
verified ·
1 Parent(s): e0e142c

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +8 -4
static/style.css CHANGED
@@ -561,7 +561,7 @@ box-shadow: 0 5px 15px rgba(0,0,0,0.2);
561
 
562
  .translate{
563
  background: white;
564
- border: 2px solid black;
565
  color: black;
566
  width: 150px;
567
  height: 50px;
@@ -692,13 +692,17 @@ body, html {
692
  }
693
 
694
  .graph-generate-btn {
695
- padding: 12px 25px;
696
  background: white;
 
697
  color: black;
698
- border: 2px solid black;
 
 
 
699
  border-radius: 8px;
700
  cursor: pointer;
701
- transition: all 0.2s;
 
702
  }
703
 
704
  .graph-generate-btn:hover {
 
561
 
562
  .translate{
563
  background: white;
564
+ border: 2px solid white;
565
  color: black;
566
  width: 150px;
567
  height: 50px;
 
692
  }
693
 
694
  .graph-generate-btn {
 
695
  background: white;
696
+ border: 2px solid white;
697
  color: black;
698
+ width: 150px;
699
+ height: 50px;
700
+ font-size: 20px;
701
+ padding: 10px 20px;
702
  border-radius: 8px;
703
  cursor: pointer;
704
+ font-weight: bold;
705
+ transition: 0.3s;
706
  }
707
 
708
  .graph-generate-btn:hover {