@aladas-org/cryptocalc
Version:
Cryptocurrency wallet generator
116 lines (100 loc) • 2.82 kB
CSS
.Dialog_Form {
background: #F5F5DC;
}
.DialogBox {
font-size: 12px;
background: #F5F5DC;
}
.EConverterLabelColumn {
text-align: center;
font-size: 14px;
padding-left: 0px;
width: 140px ; /* 90px */
min-width: 140px ;
max-width: 140px ;
height: 25px;
}
.EConverterFieldColumn {
font-size: 14px;
padding-left: 10px;
width: 90%;
min-width: 90%;
max-width: 90%;
height: 25px;
}
.EConverterInputField {
font-size: 12px ;
width: 455px ;
min-width: 455px ;
max-width: 455px ;
height: 19px ;
min-height: 19px ;
max-height: 19px ;
background-color: white;
}
.EConverterTextAreaInputField {
font-size: 12px ;
width: 455px ;
min-width: 455px ;
max-width: 455px ;
height: 30px ;
min-height: 30px ;
max-height: 30px ;
background-color: white;
}
.EConverterTextAreaBinaryInputField {
font-size: 12px ;
width: 455px ;
min-width: 455px ;
max-width: 455px ;
height: 55px ;
min-height: 55px ;
max-height: 55px ;
background-color: white;
}
#econverter_lang_select_id, #econverter_word_count_select_id {
width: 150px;
height: 18px;
background-color: white;
}
#econverter_translated_label_id {
width: 70px ; /* 90px */
text-align: center;
}
.EConverterButton {
font-size: 18px ;
width: 120px;
height: 30px;
color: white;
background-color: #2196D3; /* Blue */
}
.EConverterTable {
border: none; */
/* border: 1px solid black; */
margin: 0px;
padding: 0px;
}
.EConverterDialog_FieldColumn {
font-size: 14px;
padding-left: 10px;
width: 100%;
min-width: 100%;
}
.EConverterTranslateButton {
border: none;
background-color: #F5F5DC;
}
.EConverterCopyButton {
display: flex;
align-items: center;
padding: 8px;
width: 22px;
height: 22px;
margin-left: 4px;
padding-left: 2px;
margin-top: 1px;
}
.EConverter_DataFieldWithButton_Container {
display: flex;
align-items: center;
}