aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/views/Upload.scss
blob: e327b8c9f3b8edd98ad49752a1e5c4396a4ced2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import '../colors.scss';

.curl-output {
  width: 100%;
  font-size: 13px;
}

#pcap-upload{
	align: center;
	width: 100%;
}

.btn-color {
  border: 3px solid #fff;
}

.dialog-footer {
  .btn {
    width: 80px;
  }
}