Squaad AI commited on
Commit
6dcd2f0
·
verified ·
1 Parent(s): 683b10b

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +3 -23
style.css CHANGED
@@ -4,30 +4,10 @@ h1 {
4
  }
5
 
6
  #duplicate-button {
7
- text-decoration: none;
8
- text-transform: uppercase;
9
- color: #000;
10
- cursor: pointer;
11
- border: 3px solid;
12
- padding: 0.25em 0.5em;
13
- box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
14
- position: relative;
15
- user-select: none;
16
- -webkit-user-select: none;
17
- touch-action: manipulation;
18
  margin: auto;
19
- }
20
-
21
- #duplicate-button:active {
22
- box-shadow: 0px 0px 0px 0px;
23
- top: 5px;
24
- left: 5px;
25
- }
26
-
27
- @media (min-width: 768px) {
28
- #duplicate-button {
29
- padding: 0.25em 0.75em;
30
- }
31
  }
32
 
33
  #component-0 {
 
4
  }
5
 
6
  #duplicate-button {
 
 
 
 
 
 
 
 
 
 
 
7
  margin: auto;
8
+ color: #fff;
9
+ background: #1565c0;
10
+ border-radius: 100vh;
 
 
 
 
 
 
 
 
 
11
  }
12
 
13
  #component-0 {