This commit is contained in:
Sriram Hariharan
2018-07-08 18:52:28 -05:00
parent 57f1d4aa14
commit 7efdaa7a9a
5 changed files with 254 additions and 244 deletions

View File

@@ -16,7 +16,6 @@
background-color: #fefefe;
margin: auto;
max-height: 85%;
min-width: 55%;
overflow-y: auto;
padding: 20px;
border: 1px solid #888;
@@ -86,6 +85,9 @@
transition:width 300ms ease-in-out, height 300ms ease-in-out;
}
.description {
padding: 10px;
}
.close:hover,
.close:focus {
@@ -101,6 +103,7 @@
/* Material style */
.matbut {
border: none;
outline: none;
cursor: pointer;
color: white;
margin: 10px 10px 10px 0px;