Adding reducer

This commit is contained in:
okbel
2018-05-02 20:58:34 -03:00
parent 478770f6c6
commit 59cac9db8b
11 changed files with 89 additions and 16 deletions
@@ -1,17 +1,19 @@
.dialog {
border: none;
box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
width: 400px;
width: 320px;
top: 50%;
transform: translateY(-50%);
padding: 20px;
border-radius: 4px;
font-family: Helvetica,Helvetica Neue,Verdana,sans-serif;
color:#3B4A53;
}
.title {
font-size: 1.2em;
margin-bottom: 8px;
font-size: 1.3em;
margin: 15px 0;
text-align: center;
}
.description {