Implemented interaction with docker registry.
This commit is contained in:
33
app/application/resources/site/scss/generated-token.scss
Normal file
33
app/application/resources/site/scss/generated-token.scss
Normal file
@@ -0,0 +1,33 @@
|
||||
#generated-token {
|
||||
background: rgba(0, 0, 0, 0.78);
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
.generated-token__content {
|
||||
background: #fff;
|
||||
max-width: 600px;
|
||||
margin: 30px auto;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
padding-bottom: 20px;
|
||||
|
||||
.warning {
|
||||
border-radius: 3px;
|
||||
border: 1px solid #FF2D20;
|
||||
color: #88302a;
|
||||
padding: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
.generated-token__content__head {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user