mirror of
https://github.com/gomods/athens
synced 2026-02-12 16:48:09 +00:00
14 lines
189 B
SCSS
14 lines
189 B
SCSS
@import "~bootstrap/dist/css/bootstrap.min.css";
|
|
@import "~font-awesome/css/font-awesome.css";
|
|
|
|
.img-circle {
|
|
border-radius: 50%;
|
|
width: 50px;
|
|
}
|
|
|
|
.logo {
|
|
width: 100px;
|
|
height: auto;
|
|
}
|
|
|