12 lines
234 B
SCSS
12 lines
234 B
SCSS
|
.directorypath {
|
||
|
border-radius: 2px;
|
||
|
background-color: #333333;
|
||
|
width: calc(96% - 2rem);
|
||
|
padding: .5rem 1rem .5rem 1rem;
|
||
|
|
||
|
margin-top: 2rem;
|
||
|
margin-bottom: 2rem;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
}
|