0.1.0.2
This commit is contained in:
parent
a6588e4453
commit
239900832b
|
@ -12,7 +12,6 @@
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="78c692f3-8e9f-49c7-86c1-0c5e9d711b1f" name="Default Changelist" comment="0.1.0.2">
|
<list default="true" id="78c692f3-8e9f-49c7-86c1-0c5e9d711b1f" name="Default Changelist" comment="0.1.0.2">
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/public/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/public/index.html" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/src/components/Qrcode.css" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/Qrcode.css" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/src/components/Qrcode.css" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/Qrcode.css" afterDir="false" />
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
|
@ -84,7 +83,7 @@
|
||||||
<option name="presentableId" value="Default" />
|
<option name="presentableId" value="Default" />
|
||||||
<updated>1588240852207</updated>
|
<updated>1588240852207</updated>
|
||||||
<workItem from="1588240855414" duration="15673000" />
|
<workItem from="1588240855414" duration="15673000" />
|
||||||
<workItem from="1588305721761" duration="27804000" />
|
<workItem from="1588305721761" duration="29162000" />
|
||||||
</task>
|
</task>
|
||||||
<task id="LOCAL-00001" summary="0.1.0.1">
|
<task id="LOCAL-00001" summary="0.1.0.1">
|
||||||
<created>1588308749650</created>
|
<created>1588308749650</created>
|
||||||
|
@ -345,7 +344,14 @@
|
||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1588341982123</updated>
|
<updated>1588341982123</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="38" />
|
<task id="LOCAL-00038" summary="0.1.0.2">
|
||||||
|
<created>1588343188937</created>
|
||||||
|
<option name="number" value="00038" />
|
||||||
|
<option name="presentableId" value="LOCAL-00038" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1588343188937</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="39" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="TypeScriptGeneratedFilesManager">
|
<component name="TypeScriptGeneratedFilesManager">
|
||||||
|
@ -373,10 +379,10 @@
|
||||||
<screen x="0" y="23" width="2541" height="1057" />
|
<screen x="0" y="23" width="2541" height="1057" />
|
||||||
</state>
|
</state>
|
||||||
<state x="1161" y="421" key="#Notifications/428.1103.1680.1027/0.23.2541.1057/-1600.203.1600.877@0.23.2541.1057" timestamp="1588307553058" />
|
<state x="1161" y="421" key="#Notifications/428.1103.1680.1027/0.23.2541.1057/-1600.203.1600.877@0.23.2541.1057" timestamp="1588307553058" />
|
||||||
<state x="870" y="291" key="Vcs.Push.Dialog.v2" timestamp="1588341984379">
|
<state x="870" y="291" key="Vcs.Push.Dialog.v2" timestamp="1588343191384">
|
||||||
<screen x="0" y="23" width="2541" height="1057" />
|
<screen x="0" y="23" width="2541" height="1057" />
|
||||||
</state>
|
</state>
|
||||||
<state x="870" y="291" key="Vcs.Push.Dialog.v2/428.1103.1680.1027/0.23.2541.1057/-1600.203.1600.877@0.23.2541.1057" timestamp="1588341984379" />
|
<state x="870" y="291" key="Vcs.Push.Dialog.v2/428.1103.1680.1027/0.23.2541.1057/-1600.203.1600.877@0.23.2541.1057" timestamp="1588343191384" />
|
||||||
<state x="997" y="347" key="git4idea.merge.GitPullDialog" timestamp="1588322703667">
|
<state x="997" y="347" key="git4idea.merge.GitPullDialog" timestamp="1588322703667">
|
||||||
<screen x="0" y="23" width="2541" height="1057" />
|
<screen x="0" y="23" width="2541" height="1057" />
|
||||||
</state>
|
</state>
|
||||||
|
|
|
@ -117,6 +117,12 @@
|
||||||
border-color: #44D7B6;
|
border-color: #44D7B6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Qr-item:active .Qr-item-image {
|
||||||
|
-webkit-transition-duration: 0s; /* Safari */
|
||||||
|
transition-duration: 0s;
|
||||||
|
border-color: #3BBC9F;
|
||||||
|
}
|
||||||
|
|
||||||
.Qr-item:hover .Qr-item-image-inner {
|
.Qr-item:hover .Qr-item-image-inner {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
@ -231,6 +237,13 @@ table {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Qr-input:active {
|
||||||
|
-webkit-transition-duration: 0s; /* Safari */
|
||||||
|
transition-duration: 0s;
|
||||||
|
border-color: #3BBC9F;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
.Qr-table {
|
.Qr-table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
|
|
Loading…
Reference in New Issue