fix: 記述忘れ等を修正
This commit is contained in:
parent
ea102d3241
commit
f2d0e69a00
@ -17,3 +17,10 @@ input, textarea {
|
||||
a { text-decoration: none; }
|
||||
|
||||
iframe { border: none; }
|
||||
|
||||
#root {
|
||||
position: absolute;
|
||||
top: 0; left: 0;
|
||||
width: 100%; height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@ -50,6 +50,7 @@
|
||||
border-radius: 15px;
|
||||
box-shadow: 0 0 15px rgba(0,0,0,0.6) inset;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
opacity: 0;
|
||||
transition: all 0.35s ease 0s;
|
||||
|
||||
@ -110,7 +111,7 @@
|
||||
position: absolute;
|
||||
top: 24px; left: 10px;
|
||||
width: 30px; height: 1px;
|
||||
border-top: dashed 2px $theme-purple;
|
||||
background-color: $theme-purple;
|
||||
box-sizing: border-box;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
@ -50,6 +50,7 @@
|
||||
border-radius: 15px;
|
||||
box-shadow: 0 0 15px rgba(0,0,0,0.6) inset;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
opacity: 0;
|
||||
transition: all 0.35s ease 0s;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user