๐Ÿ“ฆ manideepk90 / demo-app-server

๐Ÿ“„ env-config.css ยท 20 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20.env-container {
  max-width: 260px;
  width: 100%;
  align-self: flex-start;
}
.env-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.env-input > input {
  appearance: none;
  width: 100%;
  font-size: 1.15rem;
  padding: 0.675em 6em 0.675em 1em;
  border: 1px solid;
  border-radius: 3px;
  cursor: pointer;
}