adding export
This commit is contained in:
@@ -4,8 +4,8 @@ body {
|
||||
font-family: helvetica, arial, verdana, sans-serif;
|
||||
text-align:center;
|
||||
min-height: 100% !important;
|
||||
background: #333;
|
||||
color: white;
|
||||
background: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
@@ -87,7 +87,7 @@ span {
|
||||
background-color: #BB8FCE;
|
||||
}
|
||||
#output {
|
||||
border-radius: 15px;
|
||||
// border-radius: 15px;
|
||||
box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
|
||||
width: fit-content;
|
||||
background-color:white;
|
||||
@@ -110,13 +110,13 @@ tr:not(:first-child):hover {
|
||||
background-color: rgba(114, 114, 113, 0.2);
|
||||
}
|
||||
input {
|
||||
padding: 6px;
|
||||
padding: 15px;
|
||||
font-size: 14px;
|
||||
border-width: 0px;
|
||||
border-color: #CCCCCC;
|
||||
background-color: #FFFFFF;
|
||||
color: #000000;
|
||||
color: #333;
|
||||
border-style: solid;
|
||||
border-radius: 9px;
|
||||
box-shadow: 0px 0px 5px rgba(66,66,66,.75);
|
||||
border-radius: 5px;
|
||||
box-shadow: 0px 0px 2px rgba(66,66,66,.75);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user