/*
// Plugin Name : Backlink Plugin
// Created On : 08/14/2023
// Author : Joe Kustek
// Version : 1.0
// Description : Custom built backlink plugin
*/

/* Dashboard edit styles */
.backlink_status {
  color: blue;
  margin-bottom: 5px;
}
.backlink_title {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 5px;
}
.backlink_desc {
  margin-bottom: 5px;
}
.backlink_url {

}
.backlink_url a {

}
.backlink_controls {
  margin-top: 5px;
}
.backlink_controls .fa {
  margin-right: 5px;
}
.backlink_controls a {
  margin-right: 10px;
}
.backlink_email {
  margin-bottom: 5px;
}
.mail-template {
  font-size: 20px;
  margin-bottom: 15px;
}
/* Front End Styles */

.backlink-wrapper {
  border-bottom: 1px solid #adacac;
  margin-bottom: 25px;
}
.backlink-url {
  margin-bottom: 10px;
}
