mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
10 lines
115 B
SCSS
10 lines
115 B
SCSS
|
|
||
|
img {
|
||
|
border: 1px solid #e6e6e6;
|
||
|
border-radius: 5px;
|
||
|
padding: 10px;
|
||
|
}
|
||
|
|
||
|
.no-border {
|
||
|
border: 0px;
|
||
|
}
|