rough implementations of Moment and Essay creation and viewing completed.
This commit is contained in:
+1
-5
@@ -175,11 +175,7 @@ input[type="datetime_local"] {
|
||||
height: max-content;
|
||||
}
|
||||
|
||||
input[type="file"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.upload_button {
|
||||
.uploadButton {
|
||||
border-radius: 12px;
|
||||
display: inline-block;
|
||||
padding: 6px 12px;
|
||||
|
||||
@@ -80,6 +80,10 @@ select:-webkit-autofill {
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.uploadButton {
|
||||
border: 2px solid white;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 992px) {
|
||||
nav {
|
||||
border-bottom: none;
|
||||
|
||||
@@ -83,6 +83,10 @@ select:-webkit-autofill {
|
||||
border-color: black;
|
||||
}
|
||||
|
||||
.uploadButton {
|
||||
border: 2px solid black;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 992px) {
|
||||
nav {
|
||||
border-bottom: none;
|
||||
|
||||
Reference in New Issue
Block a user