Renamed /src to /frontend
This commit is contained in:
19
frontend/components/AtlasPreview/AtlasPreview.scss
Normal file
19
frontend/components/AtlasPreview/AtlasPreview.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
@import '~styles/constants.scss';
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
padding-bottom: 40px;
|
||||
margin-bottom: 20px;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.atlasLink {
|
||||
text-decoration: none;
|
||||
color: $textColor;
|
||||
}
|
||||
|
||||
.description {
|
||||
color: #aaa;
|
||||
}
|
||||
Reference in New Issue
Block a user