diff --git a/salam-online.html b/salam-online.html index abf8ed8..ef7f19d 100644 --- a/salam-online.html +++ b/salam-online.html @@ -10,8 +10,15 @@
- - + + +
diff --git a/style/style.css b/style/style.css index 2ecd3e6..71c6e36 100644 --- a/style/style.css +++ b/style/style.css @@ -56,6 +56,10 @@ body { flex-direction: column; } +button:hover{ + opacity: 0.8; +} + .code { width: 98%; height: calc(100vh - 80px); @@ -87,6 +91,21 @@ body { opacity: 0.3; } +.setting { + min-width: 50px; + padding-inline: 10px; + height: 50px; + border-radius: 15px; + display: flex; + justify-content: center; + align-items: center; + border: 0; + background-color: #FF6100; + color: white; + font-size: 16px; + cursor: pointer; +} + .download { min-width: 50px; padding-inline: 10px; @@ -122,8 +141,17 @@ body { font-size: 16px; cursor: pointer; transition: all 1000ms; + text-wrap: nowrap; } +.save>svg, +.execute>svg { + width: 25px; + margin-right: 4px; +} +.execute>svg{ + width: 20px; +} .iframe { width: 98%; height: calc(100% - 99px);