-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ced5420
commit dae5827
Showing
87 changed files
with
6,378 additions
and
3,430 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#CheckInDialog .checkin-panel { | ||
min-width: 350px; | ||
margin: 5px; | ||
} | ||
|
||
#CheckInDialog .commit-message-field { | ||
min-width: 350px; | ||
margin-bottom: 20px; | ||
} | ||
|
||
#CheckInDialog .error-message { | ||
color: red; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#ChooseLocalFilePanel .form-actions { | ||
margin-left: 450px; | ||
margin-bottom: 10px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
#LoginDialog { | ||
margin: 12px; | ||
background: #F8F5FF; | ||
padding: 5px; | ||
padding-top: 15px; | ||
border-radius: 10px; | ||
} | ||
|
||
#LoginDialog li { | ||
list-style: none; | ||
} | ||
|
||
#LoginDialog h2 { | ||
margin-left: 15px; | ||
} | ||
|
||
#LoginDialog .login-field { | ||
width: 300px; | ||
margin-bottom: 10px; | ||
} | ||
|
||
#LoginDialog .form-actions { | ||
margin-left: 520px; | ||
margin-bottom: 10px; | ||
} | ||
|
||
#LoginDialog .action-button { | ||
margin-right: 10px; | ||
} | ||
|
||
#LoginDialog .login-button-active { | ||
background: #1976d2; | ||
margin-right: 10px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
#LoginPanel { | ||
margin: 12px; | ||
background: #F8F5FF; | ||
padding: 5px; | ||
padding-top: 15px; | ||
border-radius: 10px; | ||
} | ||
|
||
#LoginPanel li { | ||
list-style: none; | ||
} | ||
|
||
#LoginPanel h2 { | ||
margin-left: 15px; | ||
} | ||
|
||
#LoginPanel .login-field { | ||
width: 300px; | ||
margin-bottom: 10px; | ||
} | ||
|
||
#LoginPanel .form-actions { | ||
margin-left: 520px; | ||
margin-bottom: 10px; | ||
} | ||
|
||
#LoginPanel .action-button { | ||
margin-right: 10px; | ||
} | ||
|
||
#LoginPanel .login-button-active { | ||
background: #1976d2; | ||
margin-right: 10px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#ReadOnlyToolbar { | ||
border: 2px solid #EAEAEA; | ||
border-radius: 10px; | ||
margin: 10px; | ||
padding: 7px; | ||
} | ||
|
||
#ReadOnlyToolbar .leftgroup { | ||
display: inline-block; | ||
} | ||
|
||
#ReadOnlyToolbar .rightgroup { | ||
display: inline-block; | ||
} | ||
|
||
@media (min-width: 1050px) { | ||
#ReadOnlyToolbar .rightgroup { | ||
float: right; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#SelectRemoteProjectPanel { | ||
margin: 12px; | ||
background: #F8F5FF; | ||
padding: 5px; | ||
padding-top: 15px; | ||
border-radius: 10px; | ||
} | ||
|
||
#SelectRemoteProjectPanel .heading { | ||
margin: 10px; | ||
} | ||
|
||
#SelectRemoteProjectPanel .project-card { | ||
margin: 10px; | ||
min-width: 200px; | ||
cursor: pointer; | ||
} | ||
|
||
#SelectRemoteProjectPanel .card-container { | ||
margin-bottom: 10px; | ||
display: flex; | ||
flex-wrap: wrap; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
#SurfaceEditorToolbar { | ||
height: 40px; | ||
} | ||
|
||
#SurfaceEditorToolbar .selected-action { | ||
color: rgb(101, 177, 210); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
/* Small inline spinner */ | ||
.inline-ring-spinner { | ||
display: inline-block; | ||
margin-left: 10px; | ||
margin-right: 10px; | ||
width: 16px; | ||
height: 16px; | ||
} | ||
|
||
.inline-ring-spinner .light { | ||
border: 3px solid #fff; | ||
border-color: #fff transparent transparent transparent; | ||
} | ||
|
||
.inline-ring-spinner .dark { | ||
border: 3px solid #000; | ||
border-color: #000 transparent transparent transparent; | ||
} | ||
|
||
.inline-ring-spinner div { | ||
box-sizing: border-box; | ||
display: block; | ||
position: absolute; | ||
width: 16px; | ||
height: 16px; | ||
border-radius: 50%; | ||
animation: inline-ring-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; | ||
} | ||
.inline-ring-spinner div:nth-child(1) { | ||
animation-delay: -0.45s; | ||
} | ||
.inline-ring-spinner div:nth-child(2) { | ||
animation-delay: -0.3s; | ||
} | ||
.inline-ring-spinner div:nth-child(3) { | ||
animation-delay: -0.15s; | ||
} | ||
@keyframes inline-ring-spinner { | ||
0% { | ||
transform: rotate(0deg); | ||
} | ||
100% { | ||
transform: rotate(360deg); | ||
} | ||
} | ||
|
||
/* Big spinner */ | ||
.big-ring-spinner { | ||
width: 100%; | ||
height: 100vh; | ||
display: flex; | ||
justify-content: center; | ||
} | ||
.big-ring-spinner div { | ||
box-sizing: border-box; | ||
display: block; | ||
position: absolute; | ||
width: 128px; | ||
height: 128px; | ||
margin-top: 30vh; | ||
border: 16px solid #000; | ||
border-radius: 50%; | ||
animation: big-ring-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; | ||
border-color: #000 transparent transparent transparent; | ||
} | ||
.big-ring-spinner div:nth-child(1) { | ||
animation-delay: -0.45s; | ||
} | ||
.big-ring-spinner div:nth-child(2) { | ||
animation-delay: -0.3s; | ||
} | ||
.big-ring-spinner div:nth-child(3) { | ||
animation-delay: -0.15s; | ||
} | ||
@keyframes big-ring-spinner { | ||
0% { | ||
transform: rotate(0deg); | ||
} | ||
100% { | ||
transform: rotate(360deg); | ||
} | ||
} |
Oops, something went wrong.