1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
2020-01-03 09:53:16 +08:00

30 lines
418 B
Plaintext

.display {
text-align:center;
padding:20px;
}
.display button {
width:100%;
}
.picture {
border:solid 2px green;
}
view.content {
text-align:left;
font-size:14px;
color:gray;
}
textarea {
height:45px;
overflow:auto;
border:solid 2px gray;
width:calc(100% - 4px);
}
view.comment {
text-align:left;
font-size:14px;
color:gray;
}
.output {
text-align:center;
}