first commit
This commit is contained in:
39
less/forum.less
Normal file
39
less/forum.less
Normal file
@@ -0,0 +1,39 @@
|
||||
.coyote-pulse-viewer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
|
||||
.pulse-title-box {
|
||||
width: 300px;
|
||||
padding: 2px 8px;
|
||||
color: var(--text-on-light);
|
||||
background: var(--primary-color);
|
||||
}
|
||||
|
||||
.pulse-download-btn {
|
||||
float: right;
|
||||
position: relative;
|
||||
top: 32px;
|
||||
padding: 2px 6px;
|
||||
}
|
||||
|
||||
.pulse-warning {
|
||||
margin: 6px;
|
||||
padding: 2px 16px;
|
||||
background: var(--alert-error-bg);
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.pulse-version {
|
||||
margin-left: 10px;
|
||||
padding: 0 6px;
|
||||
border-radius: 4px;
|
||||
border: solid 1px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg {
|
||||
border: solid var(--primary-color) 1px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user