diff --git a/client/styles/global.scss b/client/styles/global.scss index 07fa29e7..3cf09467 100644 --- a/client/styles/global.scss +++ b/client/styles/global.scss @@ -473,13 +473,30 @@ a { font-weight: 600; } -.plusbuttoncontainer { +.instancemodsminus { + cursor: pointer; + background-color: red; + color: white; + text-align: center; + font-weight: 600; + width: 31px; + float: left; + height: 30px; + margin: 10px; + border-radius: 5px; + font-size: 23px; +} + +.buttoncontainer { width: 51px; height: 50px; + display: inline; } #recent { padding-bottom: 45px; } - +.modinputfield { + padding-bottom: 2em; +} diff --git a/client/views/create/create.html b/client/views/create/create.html index c3b235b7..43a6d9ae 100644 --- a/client/views/create/create.html +++ b/client/views/create/create.html @@ -7,9 +7,9 @@