cleaned, switched from stylus to sass
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
.full-width{
|
||||
width:100%;
|
||||
}
|
||||
|
||||
|
||||
.center-content{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
|
||||
*:focus{
|
||||
outline: 1px dotted red;
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
.full-width
|
||||
width 100%
|
||||
|
||||
.center-content
|
||||
display flex
|
||||
justify-content center
|
||||
align-items center
|
||||
|
||||
*:focus
|
||||
outline: 1px dotted red;
|
||||
Reference in New Issue
Block a user