mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Fix scss lint errors
This commit is contained in:
parent
a69ad0ec86
commit
b958567a24
1 changed files with 13 additions and 13 deletions
|
@ -1,39 +1,39 @@
|
|||
@import "../../colors";
|
||||
|
||||
.extension-chip {
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
padding: .625rem;
|
||||
margin: 0 .625rem .625rem 0;
|
||||
height: 3rem;
|
||||
border-radius: 5px;
|
||||
background-color: $ui-blue-25percent;
|
||||
padding: .625rem;
|
||||
height: 3rem;
|
||||
flex-flow: row;
|
||||
box-sizing: border-box;
|
||||
|
||||
&.has-status {
|
||||
background-color: $ui-orange-25percent;
|
||||
}
|
||||
|
||||
.extension-icon {
|
||||
margin-right: 5px;
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.extension-content {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
justify-content: center;
|
||||
margin: 0 5px;
|
||||
font-size: .875rem;
|
||||
justify-content: center;
|
||||
flex-flow: column;
|
||||
}
|
||||
|
||||
.extension-status{
|
||||
padding: 0 5px;
|
||||
font-size: .675rem;
|
||||
text-align: center;
|
||||
color: white;
|
||||
.extension-status {
|
||||
border-radius: 10px;
|
||||
background-color: $ui-orange;
|
||||
padding: 0 5px;
|
||||
text-align: center;
|
||||
color: $ui-white;
|
||||
font-size: .675rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue