Skip to content
Snippets Groups Projects
Commit 9d20b212 authored by Adam Procter's avatar Adam Procter
Browse files

minor edits

parent b8a28a5b
No related branches found
No related tags found
No related merge requests found
...@@ -3,12 +3,12 @@ ...@@ -3,12 +3,12 @@
<vue-draggable-resizable <vue-draggable-resizable
class="innernode" class="innernode"
:w="450" :w="450"
:h="585" :h="590"
:x="50" :x="50"
:y="15" :y="15"
:z="1" :z="1"
:draggable="true" :draggable="true"
:resizable="true" :resizable="false"
style="background-color: #6fcf97" style="background-color: #6fcf97"
> >
<div class="nodes welcome"> <div class="nodes welcome">
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<p> <p>
organise mode is designed for you to start to organise your thoughts organise mode is designed for you to start to organise your thoughts
together in your team together in your team.
</p> </p>
<p> <p>
You can move nodes together in real time using the arrow icon You can move nodes together in real time using the arrow icon
...@@ -152,7 +152,6 @@ img { ...@@ -152,7 +152,6 @@ img {
max-width: 200px; max-width: 200px;
padding: 0px; padding: 0px;
margin: 10px; margin: 10px;
} }
.vdr { .vdr {
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
class="innernode" class="innernode"
:w="250" :w="250"
:h="225" :h="225"
:x="205" :x="540"
:y="15" :y="15"
:z="1" :z="1"
:draggable="true" :draggable="true"
...@@ -85,17 +85,4 @@ h3 { ...@@ -85,17 +85,4 @@ h3 {
padding: 0px 0px 15px 10px; padding: 0px 0px 15px 10px;
border-radius: 4px; border-radius: 4px;
} }
input {
font-size: 1em;
padding: 10px;
/* margin-left: 20px; */
border-radius: 4px;
display: flex;
justify-content: center;
margin: 10px;
-webkit-box-shadow: none;
box-shadow: none;
border-style: dotted;
}
</style> </style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment