mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-03 04:17:29 -05:00
uepr-108:scoped css classname
This commit is contained in:
parent
4570d114ef
commit
118e980d2c
1 changed files with 4 additions and 4 deletions
|
@ -21,10 +21,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden{
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navigation{
|
.navigation{
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -32,6 +28,10 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
|
|
||||||
|
.hidden{
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.dotRow{
|
.dotRow{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
Loading…
Reference in a new issue