
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i&display=swap");
.o_nocontent_help .o_empty_folder_image:before {
  content: "";
  display: block;
  margin: auto;
  background-size: cover;
}

.o_nocontent_help .o_empty_folder_image:before {
  width: 120px;
  height: 80px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: transparent url(/web/static/src/img/empty_folder.svg) no-repeat center;
}

