Skip to content

Commit 6fc2bf3

Browse files
change color of or divider
1 parent 730f60f commit 6fc2bf3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/Components/UI/GeneratedURI.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,24 @@
77
display: flex;
88
flex-flow: column nowrap;
99
justify-content: center;
10-
/* border: 1px solid black; */
1110
}
1211

1312
.generated-uri {
1413
width: 65%;
1514
border: 1px solid black;
1615
max-width: 1000px;
17-
min-width: 790px;
16+
min-width: 782px;
1817
border: 1px solid lightgray;
1918
border-radius: 3px;
2019
font-family: "Source Code Pro",
2120
monospace;
22-
font-size: 1rem;
21+
font-size: .9rem;
2322
color: rgb(70, 70, 70);
2423
outline: #00cbec;
2524
padding-top: 10px;
2625
padding-bottom: 10px;
2726
margin-top: 3px;
28-
/* padding-left: 10px; */
27+
padding-left: 10px;
2928
}
3029

3130
input.generated-uri[type="text"] {

src/Components/UI/Or.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010
.or {
1111
font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
1212
font-size: 1.3rem;
13+
color: var(--sg-dark-gray);
1314
font-weight: regular;
1415
width: 20px;
1516
width: 58px;
1617
}
1718

1819
.dash {
19-
border-bottom: 1px solid black;
20+
border-bottom: 1px solid var(--sg-dark-gray);
2021
height: 0px;
2122
width: 100px;
2223
}

0 commit comments

Comments
 (0)