blob: bb20d716c2941d359029a5717afb839afdb5d6d4 [file] [log] [blame]
/*
* Copyright 2021 The Go Authors. All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file.
*/
.Badge-formElement {
display: block;
font-size: 1rem;
margin-top: 1rem;
}
.Badge-badgeIcon {
height: 1.25rem;
width: 5.625rem;
}
.Badge-previewLink,
.Badge-formElement > input {
display: block;
margin-top: 1rem;
max-width: 50.25rem;
}
.Badge-formElement > input {
border: 0.0625rem solid var(--gray-8);
border-radius: 0.25rem;
color: var(--gray-4);
height: 3rem;
padding: 0 2rem 0 0.75rem;
text-overflow: ellipsis;
width: 100%;
}
.Badge-formElement > input:focus::placeholder {
color: transparent;
}
.Badge-clickToCopy {
background: var(--gray-10) url('/static/img/copy-click.svg') right no-repeat;
background-position: right 0.75rem center;
cursor: pointer;
}
.Badge-submitButton {
background-color: var(--turq-dark);
border: none;
border-radius: 0.25rem;
color: var(--white);
cursor: pointer;
height: 2.75rem;
width: 7.125rem;
}
.Badge-snippetContainer {
background-color: var(--gray-10);
display: block;
margin-top: 1rem;
max-width: 50.25rem;
padding: 1rem;
}
.Badge-gopherLanding {
height: 12.25rem;
text-align: center;
}
.Badge-gopherLanding img {
height: 7.8125rem;
width: auto;
}