mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 10:32:35 +01:00
28de886bb1
fixed modals
11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
@import "../../Content/prefixer";
|
|
|
|
.card() {
|
|
margin : 10px;
|
|
background-color : #ffffff;
|
|
padding : 10px;
|
|
color : #444444;
|
|
.box-shadow( 0px 0px 10px 1px #e1e1e1);
|
|
.border-radius(3px);
|
|
}
|